Change title color on hover as the Epik demo

Homepage Community Forums Epik Theme Support Change title color on hover as the Epik demo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #4768
    Exkalibur
    Customer

      Hello:

      How can I change the website title at top left, when hover it, as the epik demo. At the demo change from white to gray.
      Thank you

      #4782
      kronos
      Customer

        That is called the #title-area and can be located and adjusted around line 656 in your style.css file –

        #title-area {
        	width: 30%;
        }
        
        #title-area a {
        	color: #fff;
        	font-weight: 300;
        }
        
        #title-area a:hover {
        	color: #aaa;
        }
        #5254
        Exkalibur
        Customer

          Hello again:

          Fisrt of all thank you. But for me still not working. There are not hover change color at all header area. In the tittle and in the menus at the right there are no hover effects. Can you tell me how to enable that? I already change the colors where you told me, but has no effect at all.
          Thank you.

          pd: My web http://www.wangwangzhan.com/en

          #5259
          kronos
          Customer

            Since you’re using the dark blue color scheme, you’ll need to add this for the hover –

            .epik-darkblue #title-area a:hover {
            	color: #aaa;
            }
            #5283
            Exkalibur
            Customer

              Thank you so much, Now it´s working. And for extend the same hover function to the header menu at the right? Using dark-blue color scheme the menu also loose the hover function.
              Thank you.

              #5292
              kronos
              Customer

                Yes just do the same thing but add #header a:hover

                #5298
                Exkalibur
                Customer

                  Works perfect.
                  Thank you.

                  #5302
                  kronos
                  Customer

                    You’re Welcome

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Change title color on hover as the Epik demo’ is closed to new replies.