Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #941397

    Hello,

    I can’t find how to change the color of the social bookmaks on a transparent header – the menu color is white and the social icons should be too.
    While scrolling the color od the text and the icons is correct, they get grey.

    http://newdinard.marsandcogroup.com – on top right with no scrolling t the icons should be white and not dark grey.

    Please can you help,

    Thank you,

    Best, AB

    #941727

    Hey anma,

    Please add

    #top #header_meta a { color: #fff !important; }

    and let us know if that works out

    Best regards,
    Basilis

    #942605

    Hi Basilis,

    Thank you but this does not work – icons are now white but as soon as you start to scroll the text on the top bar keeps white and it should stay dark grey.

    Please check in the backend,

    Thank you in advance,

    AB

    #942685

    Hi,
    Try this on quick css instead:

    #top #header_meta .social_bookmarks a { color: #fff !important; }
    
    #top .header-scrolled-full #header_meta .social_bookmarks a { color: black !important; }

    Best regards,
    Jordan Shannon

    #942706

    Hello Shannon,

    Thank you, I thought this works but in fact it works only on the home page, if you click to another page the icons get white again and are not visible anymore as the top header has a white background.

    Any other ideas ?

    Thank you so much,

    Best, AB

    #942835

    Hi,

    That should be general for all pages. Please try clearing the cache a few times over and testing again.

    Best regards,
    Jordan Shannon

    #943025

    Hi Jordan,

    Thank you I did so, but unfortunately the icons stay white on the other pages. I deleted the cache and the history of the browser, check yourself please.

    best,

    Andrea

    #943178

    Hi,

    I see. Please make the following adjustments:

    #top.page-id-4 #header_meta .social_bookmarks a { color: #fff!important; }
    #top #header_meta .social_bookmarks a { color: #000!important; }
    #top .header-scrolled-full #header_meta .social_bookmarks a { color: black!important; }

    Best regards,
    Jordan Shannon

    #943200

    Hi Jordan,

    This works now like a charm, great support as ever,

    Thank you,

    Best, AB

    #943202

    Hi,

    Great! I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Social icon color on transparent top header – color change’ is closed to new replies.