Change color in mobile-menu

Hi,

I'm currently working on the site www.wilenopen.ch.

Now I have a problem with the hover-/active link-color in the menu:
I want the hover color & active link color to be red for desktop and for tablet/mobile it should be gray, because there the background of the header is also red and on the desktop it's transparent.

Can you provide me with the CSS-code for the definition of these colors so that I can add it to my CSS? Couldn't find the class for the colors anywhere.

By the way: Is there a list of all the CSS-classes somewhere which can be adjusted in the Theme Options?

Best regards,
Dominik

Comments

  • Hi,
    you can use this css to make it transparent on tablet, but it will not be transparent on mobile, as you can see, there is nothing behind the menu on mobile.
    @media (max-width:1239px) {
    #Top_bar #menu{
    background-color: transparent !important;
    }}
    Have your tried selecting the side-slide menu? It would be a lot better here and all the colors can be changed from theme options>colors

Sign In or Register to comment.