Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1144804

    I’ve added some images to my footer using a custom html widget. The images are inheriting a “hover” effect that forces them to move to the next line when hovered over – see http://www.liammacoco.com

    When I inspect them I see that an image overlay span is added to the code – not sure where it’s coming from. How do I remove/stop that from showing up? or at the very least not forcing a 100% width on the overlay on hover?

    Thanks in advance.

    #1144974

    Hey Martin,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .overlay-type-extern {
      display:none;
    }

    If that doesn’t work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1145021

    Thanks Rikard, it did not work. I cleared browser cache to make sure

    #1145102

    Hi,

    Did you add the code to the very top of quick css so it runs first? Please do so and clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1145106

    Jordan; yes it on the top; I also cleared cache and tried on a completely different computer. same issue.

    #1145245

    Hi,

    Please try this instead:

    #footer .custom_html-2 a:hover {
      display:inline;
    }

    Best regards,
    Rikard

    #1145354

    Thanks Rikard; Unfortunately that did not work either.

    #1145503

    Hi frescova,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer a .image-overlay {
        display: none !important;
    }
    
    #footer #custom_html-2 a {
        display: inline !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1145577

    Thank you Victoria; that did it :-)

    #1145638

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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