change color submenu

Homepage Community Forums Epik Theme Support change color submenu

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9724

    Hi there

    For a website i would like the submenu not to be black but brown: I can’t seem to find what to change in de stylesheet

    my last effort was to put this in the stylesheet, but it doesn’t change?

    
    .epik-green .nav-primary .sub-menu a:hover,
    .epik-green .nav-secondary .sub-menu a:hover,
    .epik-green .site-header .sub-menu a:hover,
    .epik-green .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
    .epik-green .genesis-nav-menu .sub-menu .current-menu-item > a,
    .epik-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
    	color: #9AC85C;
    	background-color:#483C16;
    }
    	
    .epik-green .nav-primary .sub-menu{
    	color: #9AC85C;
    	background-color:#483C16; clear: both;
    }
    

    this is the site:

    #9737
    Wes
    Moderator

      What’s the link to your site? It didn’t show up.

      You can add it just like this – https://appfinite.com/ and it will automatically turn it into a link here in the forums.

      #9752

      Hi Wes,

      It is this one± http://www.i-webs.nl

      Thanks in advance, Irene

      #9757
      Wes
      Moderator

        Take a look around line 2057 in your css file and change the color from there. It should look like this –

        .genesis-nav-menu .sub-menu a {
            background: #222;
            color: #fff;
            letter-spacing: 0;
            padding: 13px;
            position: relative;
            width: 200px;
        }
        #9870

        Thanks a lot that was the trick!

        #9873
        Wes
        Moderator

          You’re Welcome!

        Viewing 6 posts - 1 through 6 (of 6 total)
        • The topic ‘change color submenu’ is closed to new replies.