Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1318909

    Hi support,

    I need to change the colour of the social icons in the top header as when presently viewed on mobile phone they are grey in colour. I have a dark coloured background and would prefer they are white.

    Is there somewhere in the admin panel to accomplish this or just some quick CSS to be added?

    Thanks
    John

    #1318915

    Hi John,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS:

    @media only screen and (max-width:767px) {
        .responsive #top #header_meta .social_bookmarks li a, 
        .responsive #top #header_meta .phone-info, 
        .responsive #top #header_meta .phone-info a {
            color: white;
        }
    }

    Please review your site.

    Best regards,
    Nikko

    #1319042

    Thanks Nikko.

    Very much appreciate this.

    Cheers
    John

    #1319149

    Hi John,

    You’re welcome :)
    We’re just glad that we could help.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social icons in top header colour when viewed in mobile’ is closed to new replies.