Future Theme - Change mobile nav colours?

Hi,

I am building a new site and really like the Future theme. The banners I’m using are mainly a lighter colour shade, so have to use darker colours for the navigation link text. However, when viewing the site in responsive mode I am left with dark navigation link text on a dark background, making it near impossible to see the link text. I cannot seem to find a setting in the master style to address this.

Any ideas gratefully received.

Thanks.

Try this CSS code:

.dropdown-menu {
background-color: rgba(33,33,33,0.80) !important;
}

I’ve put it on my pages: www.ubenke.de www.benuli-cycling.de

…gruß uli

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.