Removing the xxx img across the top of Inuit Types
-
Hi
I’m trying to remove the img that runs across the very top of each page in Inuit Types (a band of what looks like xxxxxx about 6 pixels high), thought it would be quite simple but can’t figure out which code to change at all, managed to find it’s vertical axis here
body.logged-in {
background-position:0 28px;
}but if I try deleting this code the image still appears.. help!
Thank you!
The blog I need help with is: (visible only to logged in users)
-
It is part of your background image. To remove it all you can use the code below, or download the image, edit out the x’s and upload the modified version then include the url.
body {background-image:none;} -
- The topic ‘Removing the xxx img across the top of Inuit Types’ is closed to new replies.