Hi,
Could you help with an issue I am having with the navigation bar. the navigation bar is transparent and i would like it to be a block colour. Or if it possible to move the revolutionary slider down below the navigation menu… http://www.website.sweetlystevia.com
Thank you for your help again 🙂
Yuliya
I know this is an old post but I’m having the same problem. When I change the Opacity of Navigation value to 1 it doesn’t change anything. The bar is transparent when you first land on a page but then goes opaque when you scroll.
How can I make it always opaque, or is there a way to change the colour of it so my menu options are still visible when it’s transparent?
Thanks.
It’s a small bug. Only when the navigation bar is not black, then the opacity value will work. So, I changed the top bar color to #0a0a0a, very close to the black, now the opacity setting is working.
You can change the color of navigation bar via Appearance > Customize > Navigation bar.
Currently, there’s no option to change the menu text size. You can only change it by the following custom CSS
For example, if you want to change it bigger
@media only screen and (max-width: 1280px){
#primary-menu > ul > li {
font-size: 14px;
}
}