Hi guys,
Until now I manage to do most of the things I want, but one thing I can not find solution in the forum.
I have transparent header all over my website, but I want the top bar to be not transparent at all times. When I scroll down it is not transparent, but initially it is together with the rest of the header.
I added this shortcode to make it black and it is working but only when scrolling
#top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: #ffffff; border-color: #888888; }
#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul { background-color: #000000; }
Is there a quick CSS to make it the black/white at all times.
Thanks
Hi SpaceDream!
I think the CSS your wanting is this.
.header-bg, .header_bg { opacity: 1 !important; background: white !important; }
If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do.
Regards,
Elliott
No, sorry is not this one. Please see this image http://imgur.com/7xJ3UvP
I need the top bar to be black and not transparent. The rest of the header should stay as it is.
Thank you.
Hi!
Please add following code to Quick CSS
#header_meta { background-color: black !important; }
Best regards,
Yigit
Thats fantastic thatnks