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

    I added a background image to .logo:hover in my CSS and the background is behind the regular logo (expected).

    How could I write my CSS so that the hover state swaps out with the .logo? Has anyone else had this request? Thanks.

    My header height was specfied as 300px in the Enfold theme settings.

    Brian B.

    #296963

    Hey BrianBookwalter!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .logo:hover img { opacity: 0; }

    Regards,
    Yigit

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