Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929880

    hi is it possible to have a different image appear on hover for the website logo of a fixed header?

    #929934

    Hey codecreative,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    /*Add your own logo on hover:*/
    
    .logo a:hover img {
    	opacity: 0;
    }
    
    .logo a:hover {
    	background: url(https://domain.com/folder/hover-logo.png) no-repeat;
    }
    
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.