Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #676095

    I have manually added two images to a text widget in the footer of my website.

    <a href="http://" target="_blank" title="Link 1" ><img src="/image1.png" alt="Image 1"></a><a href="http://" target="_blank" title="Link 1" ><img src="/image2.png" alt="Image 2"></a>

    I didn’t like the hover-effect being used on the images so I added the following code to remove it (found it in this support section):

    #footer .image-overlay {
        display: none !important;
    }

    When I put my mouse over Image 2, the image moves down.

    #676778

    Hi envis,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #676873

    Login info in Private Content

    #678199

    Hi,

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

    #footer #text-5 a {
        display: inline-block!important;
    }
    

    Best regards,
    Yigit

    #678268

    Yigit,

    As always, excellent support. That did the trick.
    Thank you!

    Gerben

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image moves down one line on hover’ is closed to new replies.