Change sub menu drop down box color

Homepage Community Forums Epik Theme Support Change sub menu drop down box color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8966
    BP
    Customer

      If I select the purple color style, how to I get the sub menu drop down boxes to be the same color – along with appropriate text color?


      Brad

      #8983
      Wes
      Moderator

        Do you have a link to your site?

        #8996
        BP
        Customer

          Wes, Here it is: http://www.agegineering.com/ I’d like the black sub menu drop downs to match the color style I’ve chosen. TX


          Brad

          #9041
          Wes
          Moderator

            Take a look around line 3600 in your css and you’ll see the code for the Purple Skin Color –

            .epik-purple .genesis-nav-menu a {
            	color: #fff;
            }
            
            .epik-purple .site-header .widget-area {
            	color: #eee;
            }
            
            .epik-purple .genesis-nav-menu a:hover,
            .epik-purple .genesis-nav-menu .current-menu-item > a {
                color: #d5a8ff;
            }
            
            .epik-purple .nav-primary .sub-menu a:hover,
            .epik-purple .nav-secondary .sub-menu a:hover,
            .epik-purple .site-header .sub-menu a:hover,
            .epik-purple .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
            .epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a,
            .epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
            	color: #8542c4;
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.