Removing outline from logo
-
Hi there
does anyone know if it is possible to remove the outline from a logo on a blog – I have a large logo ‘of magic and medicine’ which appears on all my pages and has an outline which is particularly prominent at the bottom and sides: http://thackraymagicandmedicine.wordpress.com.
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi,
The outline is appearing because the image has a box-shadow applied to it. To remove the outline, add the following to your Custom CSS Editor:
img.header-image {
box-shadow: none;
}
- The topic ‘Removing outline from logo’ is closed to new replies.