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

    Hi;

    I would like to change the color of the social bookmarks in the main menue to white but like to have them black for the scrolled down header menue.

    Thanks for any help,
    Best,
    Alex

    #1073046

    Hi Alex,

    The background of your header is white in all states, if the social icons are white then they won’t be visible.

    Best regards,
    Rikard

    • This reply was modified 5 years, 1 month ago by Rikard.
    #1073585

    Hi,

    I changed the design of the site anyways but the issue would still be interesting to know for the future.

    How can I define a primary color for the social bookmark icons in the header (say red) and a secondary color (say black) once a scroll down happens?

    Many thx.

    Alex

    #1075277

    Hi,

    Thanks for the update.

    Use this css code to change the initial and “scrolled” color of the social icons.

    
    /* initial color */
    #top .av_header_transparency .phone-info, #top .av_header_transparency .social_bookmarks li a {
        color: red;
    }
    
    /* scrolled color */
     .header_color .social_bookmarks a {
       color: blue;
    }

    Best regards,
    Ismael

    #1076486

    Thanks a lot. It works!

    #1076548

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing social bookmarks color in header but not in scroll down header’ is closed to new replies.