Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1344054

    HI,

    How do I change the color of the social icons from white to gold?

    #1344084

    Hey terishka1,

    I have checked your site and it seems you have already changed the social icon’s background color to gold, do you still need help with this?

    Best regards,
    Nikko

    #1344165

    Yes, Do you see how when the site first loads the social icon color is white? I would like that gold and than when hovered white. When you scroll down it looks correct but just not when the site first loads.

    #1344199

    Hi,

    Please try this CSS as well:

    #top .av_header_glassy.av_header_transparency .social_bookmarks li {
        color: #e0b55a;
    }

    Best regards,
    Rikard

    #1344466

    Thanks, I tried that but the icons are still white.

    #1344506

    Hi,

    Please try this CSS instead:

    #top .av_header_glassy.av_header_transparency .social_bookmarks li a, #top .av_header_glassy.av_header_transparency .social_bookmarks li a:before {
        color: #e0b55a;
    }

    Best regards,
    Rikard

    #1344640

    Yes, That works better. How do I get the icon to become what on hover?

    #1344670

    Hi terishka1,

    Please try to add this CSS code:

    #top .av_header_glassy.av_header_transparency .social_bookmarks li a:hover:before {
        color: white;
    }

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.