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
Hey anma,
Please add
#top #header_meta a { color: #fff !important; }
and let us know if that works out
Best regards,
Basilis
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
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
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
Hi,
That should be general for all pages. Please try clearing the cache a few times over and testing again.
Best regards,
Jordan Shannon
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
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
Hi Jordan,
This works now like a charm, great support as ever,
Thank you,
Best, AB
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