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.
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
Login info in Private Content
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
Yigit,
As always, excellent support. That did the trick.
Thank you!
Gerben