Menu links don’t react to hover – Epik Theme

Homepage Community Forums Epik Theme Support Menu links don’t react to hover – Epik Theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5714
    reactbiz
    Customer

      I noticed when I switch to any Theme Color except default the menu links don’t react to hover and don’t change color when clicked. That happens on http://demo.appfinite.com/epik/ too. Anybody?

      Thanks
      Mike

      #5725
      Eric
      Customer

        Depending on which theme you’re using, add something like this to your css –

        .epik-black #header a:hover {
        	color: #aaa;
        }

        replace “black” with whatever color you’re using, and replace “aaa” with the color you want.


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

        #5734
        reactbiz
        Customer

          Thanks Eric, that fixes hover, but it doesn’t change the color of the link when cklicked.

          Regards
          Mike

          #5746
          Eric
          Customer

            Try adding this –

            .genesis-nav-menu a:hover,
            .genesis-nav-menu .current-menu-item > a,
            .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
                color: #aaa !important;
            }

            and adjust as needed.


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

            #5752
            reactbiz
            Customer

              Thanks Eric. It works fine.

              Regards
              Mike

              #5755
              Eric
              Customer

                You’re Welcome


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

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Menu links don’t react to hover – Epik Theme’ is closed to new replies.