Removing theme image with css
-
Hello everyone
Re site: http://dddangerous.com
I have no idea what I’m doing with CSS and just want a very basic change to my theme of ‘babylog’ to remove the image at the bottom of the page of some ducks.
I’ve right clicked and selected ‘inspect element’ and it seems to be part of the theme’s footer. But the theme’s customisation doesn’t allow for this to be changed.
What do I need to write into the CSS editor to delete the image?
It’s probably simple if you know how to do it, but I don’t know how and just want to move onto the next thing.
Thanks for your time!
LouiseThe blog I need help with is: (visible only to logged in users)
-
Paste this into the custom CSS area and delete all the other example text in there:
.site-footer .duckies { display:none; } -
- The topic ‘Removing theme image with css’ is closed to new replies.