FOREVER THEME – How to remove frame from header
-
Hi,
I have this strange frema on my logo, how can I remove it onde it’s not in the original file I uploaded for the header?
http://spacesnplaces.wordpress.com/
Tks!
The blog I need help with is: (visible only to logged in users)
-
That is part of the design. To remove it you would require modification to the CSS and that requires the Custom Design Upgrade.
-
-
This would be the CSS to get rid of the border on the header image.
#masthead img { border: none; }If you go to the top of the CSS forum, there are some links to some tutorials and such on CSS. It isn’t rocket surgery, but it does require you to understand the markup (XHTML) and the CSS and how the two of them relate to one another.
-
-
-
Tried something else but it didn’d worked too… Can anyone help?
#masthead {
padding: 3.23em 0 0;
}
#masthead img {
border: none;
}
#site-title {
font-family: ‘Raleway’, “Helvetica Neue”, Arial, Helvetica, “Nimbus Sans L”, sans-serif;
font-size: 60px;
font-size: 6rem;
line-height: 1.212;
text-align: center;
}
#site-title a {
text-decoration: none;
} -
What do you mean “didn’t work? Nothing will work unless you buy the Custom Design upgrade.
- The topic ‘FOREVER THEME – How to remove frame from header’ is closed to new replies.