Changing Menu/Nav Bar Colour remove space above header
-
Hello Support,
Some help please?
Using 2011 child theme here https://www.vivbounty.org/
I have tried solutions I’ve seen posted here in the forums and none seem to work.
I’d like my Nav/Menu bar #4d00ed hex colour but it is still black. Here is the code I have placed in my child theme
/* =Menu -------------------------------------------------------------- */ #access { background: #222; /* Show a solid color for older browsers */ background: background: none repeat scroll 0 0 #4d004d; background: -o-linear-gradient(#4d004d, #0a0a0a); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4d004d), to(#0a0a0a)); /* older webkit syntax */ background: -webkit-linear-gradient(#4d004d, #0a0a0a); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; clear: both; display: block; float: left; margin: 0 auto 6px; width: 100%; }
Also would like to remove the space above the header so that the site bumps right up against the top of the browser.
Thank you in advance for your kind assistance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing Menu/Nav Bar Colour remove space above header’ is closed to new replies.