• How can i change the text colour for the phone and email in my header to Black

    also the social icons

    Also the header doesn’t look right on Mobile device, it all gets pushed together

    • This topic was modified 7 years, 3 months ago by puretec.
    • This topic was modified 7 years, 3 months ago by puretec.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello puretec,

    Paste the below CSS in Custom CSS box and save –

    ul.head-contact-info li {
        color: #000 !important;
    }
    .social i {
        color: #000 !important;
    }
    @media(max-width:480px){
    .header_section.hd_cover {
        height: 54px;
    }
    }

    Thanks.

    Thread Starter puretec

    (@puretec)

    cool thanks for that, is it possible to change the colour of the icons to?

    Hello,

    Paste the below CSS in Custom CSS box and save –

    .social i {
        color: #000 !important;
    }

    You can change color as per your requirement.

    Thanks.

    Thread Starter puretec

    (@puretec)

    Hi,

    Sorry I meant the email icon and telephone icon next in the header

    Thanks

    Hello puretec,

    Paste the below CSS in Custom CSS box and save –

    ul.head-contact-info i {
        color: #000 !important;
    }

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘text colour in header’ is closed to new replies.