Active label navigation menu

Homepage Community Forums Epik Theme Support Active label navigation menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3370
    elenabrz
    Customer

      Hi Wes

      How (or where) can I change/add an active link color for navigation labels? Sorry for my English: I mean, when someone has clicked on a specific navigation menu item and s/he is reading the page. I know they can guess with breadcrumbs, but I’d like to add an active value too.

      Thanks for your patience and help,

      BR
      Elena

      #3377
      Wes
      Moderator

        This should already exist in your css. Take a look around line 241 (if you’re using the default skin) and you’ll see this code –

        .genesis-nav-menu li a:hover,
        .genesis-nav-menu li:hover a,
        .genesis-nav-menu li li a:hover,
        .genesis-nav-menu .current-menu-item a {
        color: #aaa;
        }

        ….you can change the color and make other modifications from here.

        #3403
        elenabrz
        Customer

          Hi Wes

          Actually in the epik orange part of the css that current menu item wasn’t there (or I missed it). So I put it and it works.

          Thanks!

          #3426
          Eric
          Customer

            Actually all of the Skin Colors reference the code he posted above, so it doesn’t need to be added multiple times in each of the individual skin color’s CSS sections. The Orange theme picks up the code he posted above and may adjust itself if custom code is added within its own section….I’m just posting this in case you’re wondering how CSS works.

            Since everything is working I’ll go ahead and close the thread.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Active label navigation menu’ is closed to new replies.