Make sticky menu header solid color
I want to give the sticky menu header a solid color (not the semi transparent "dark" or "whlte") which is the ony choice. How can i do this?
thanks,i
Rashid.
thanks,i
Rashid.
Comments
For anyone else looking to do this, this is the CSS:
.sticky-dark #Top_bar.is-sticky {
background: #AF1E3F none repeat scroll 0 0;
opacity: 1;
}