• Resolved supersys

    (@supersys)


    Hi
    I am using template #3 and have used custom CSS to change the look to how I want
    However, I need to add contact info under the ‘Coming Soon’ text
    Must be missing something as I can’t think how to do this
    Any advice please

    Thanks
    Malcolm

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @supersys,

    Thanks for reaching out!

    To add contact info please go to Appearance > customize > Colorlib Coming Soon Settings > General > footer text > add your contact info there > save.

    Warmly,

    Mihaela

    Thread Starter supersys

    (@supersys)

    Hi Mihaela

    Thanks for your reply

    I had tried that already but the footer text is not displaying

    Don’t know why

    regards

    Malcolm

    Can you please send me a screenshot from the back-end to see how the text was added? Thank you! You can use imgur.com/ to add a screenshot here.

    Thread Starter supersys

    (@supersys)

    I have also used the following custom css – not sure if that makes a difference

    .colorlib-copyright {
    display: none;
    } .wrappic1 img {
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
    } .bg1 {
    background-color: rgba(83, 86, 90, 1.0);
    } .bor1 {
    border-radius: 0px;
    border-color: #a3c140;
    border-style: solid;
    border-width: 4px;
    } .p-r-15 {
    padding-right: 15px;
    }
    .p-l-15 {
    padding-left: 15px;
    }
    .p-b-45 {
    padding-bottom: 85px;
    }
    .p-t-175 {
    padding-top: 80px;
    } .wsize1 {
    max-width: 100%;
    width: 600px;
    } .m1-txt1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    } .p-t-33 {
    padding-top: 60px;
    } @media only screen and (max-width: 500px) {
    .wrappic1 img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    }
    .m1-txt1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    }
    .wsize1 {
    max-width: 100%;
    width: 250px;
    }
    .p-b-45 {
    padding-bottom: 85px;
    }
    .p-t-175 {
    padding-top: 40px;
    }
    }
    Thread Starter supersys

    (@supersys)

    Can you please remove this code:

    .colorlib-copyright {
    display: none;
    }

    This should fix it!

    Warmly,

    Mihaela

    Thread Starter supersys

    (@supersys)

    Hi

    No it does not – just shows the copyright again!

    I have tried adding the info to the header section and styling with inline css but all it does is strip out the code next time I go in

    Great plugin but not very user friendly in terms of simple styling!

    Malcolm

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add contact info’ is closed to new replies.