Menu on Mobile
-
I have problems with this website theme when it comes to mobile. The menu does not seem to appear but it is actually there it’s just the wrong colour and can only be seen when highlighted which isn’t very user friendly.
Where can I change the colour of this or what snippet of css code can I add in to change the colour
Many thanks
-
Hi
I had the same problem.Search this in styles.css
.nav-holder a, .nav-holder a:visited, .nav-holder button, .nav-holder button:visited, .nav-buttons .button-list a, .nav-buttons .button-list a:visited, .nav-buttons .button-list button, .nav-buttons .button-list a:visited:hover, .nav-buttons .button-list a:visited:focus, .nav-buttons .button-list a:visited:active, .nav-buttons .button-list button:hover, .nav-buttons .button-list button:focus, .nav-buttons .button-list button:active, .nav-buttons .button-list button:visited:hover, .nav-buttons .button-list button:visited:focus, .nav-buttons .button-list button:visited:activeYou can add background-color in styles.ccs (child theme) like this :
.nav-holder a, .nav-holder a:visited, .nav-holder button, .nav-holder button:visited, .nav-buttons .button-list a, .nav-buttons .button-list a:visited, .nav-buttons .button-list button, .nav-buttons .button-list a:visited:hover, .nav-buttons .button-list a:visited:focus, .nav-buttons .button-list a:visited:active, .nav-buttons .button-list button:hover, .nav-buttons .button-list button:focus, .nav-buttons .button-list button:active, .nav-buttons .button-list button:visited:hover, .nav-buttons .button-list button:visited:focus, .nav-buttons .button-list button:visited:active {
background-color: #d5d6d6;
}
The topic ‘Menu on Mobile’ is closed to new replies.
