• akcorcoran

    (@akcorcoran)


    I have an image I want to use in a footer, but the theme is applying it’s default CSS to it. I am using the HeadNFoot plugin so I have to create a Page that will become the footer. How to I overrule the CSS for just that one page so the image will have no border, no padding, etc.

    Website is https://www.carolyncreative.com

    Thanks!

    Alexa

Viewing 1 replies (of 1 total)
  • whooami

    (@whooami)

    you apply CSS to that image like so:

    <img id="footer-image"> ... </img>

    then, assuming your CSS is done properly, its only matter of doing this in your style.css

    #footer-image img { border:blah see google here padding: blah see google };

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove css from just *one* image?’ is closed to new replies.