Tagged: 

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

    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:
    Scisco Mediation

    Thanks
    Lyse

    #410105

    Hi tremblayly!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #410127

    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

    #410170

    Hi!

    Please edit your code and remove double quote in front of Href attribute – http://i.imgur.com/46OnSB5.png

    Cheers!
    Yigit

    #410223

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove image overlay for logo image within text widget in footer’ is closed to new replies.