Tagged: image overlay
Hi
How do I remove the image overlay of my logo image I use in the footer column 2 text widget?
website link is: http://www.sciscomediation.com
Here’s the html link:
Thanks
Lyse
Hi tremblayly!
Add this to your custom CSS.
#footer .image-overlay {
display: none !important;
}
Best regards,
Elliott
Hi Elliott,
By added this CSS to my custom stylesheet, it removes the link I have setup. I don’t understand why it would?
Thank you
Lyse
Hi!
Please edit your code and remove double quote in front of Href attribute – http://i.imgur.com/46OnSB5.png
Cheers!
Yigit
Hi Yigit,
How silly of me to have missed that. I initially had tried to create styling class, but it didn’t work.
Thank you all works perfectly.
Lyse