Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #829076

    I need to change the color of the Extra Elements Links (small bar above menu) for Transparent header, and leave the existing color for non tranparent pages and after scoll.

    #829281

    Hey John,

    So you want to change the color prior to scrolling down?

    Best regards,
    Jordan Shannon

    #829682

    Yes. The current color is not visible with the image. I would like them white, but need them to stay current color when scrolling down.

    #829704

    Hi,

    Add the following to quick css:

    #header.av_header_transparency #header_meta .phone-info{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #837516

    Thanks worked great. Add this for the social icons as well. #header.av_header_transparency #header_meta .phone-info, #header.av_header_transparency #header_meta .social_bookmarks li a {color:#fff!important;}

    #837520

    Hi,

    Perfect! Thanks for sharing that snippet as well. If you need additional help, please let is know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Color of Extra Elements for Transparent Header Only’ is closed to new replies.