Hi, I am looking to remove the black line which runs beneath my header and sub-headings. Thanks in advance for any help that can be given
The blog I need help with is lydiaholmes.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi, I am looking to remove the black line which runs beneath my header and sub-headings. Thanks in advance for any help that can be given
The blog I need help with is lydiaholmes.com.
I looked at http://lydiaholmes.com/ and I see that it is using the Structure theme.
To hide the black line from beneath the header and subheadings, try this:
.posttitle {
border-bottom: none;
}
Are you trying to remove the border from below the top navigation menu and the thin gray border from the top of the sharing buttons as well?
Hi, thanks for your help. It would be great if you could tell me how to remove the border from below the the top navigation menu and the thin gray border from the top of the sharing buttons as well.
It would be great if you could tell me how to remove the border from below the the top navigation menu and the thin gray border from the top of the sharing buttons as well.
This will remove the line from below the top navigation menu:
#navbar, .navbar, .ot-menu .current_page_item a, .ot-menu a, .ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
border-bottom: none;
}
#content {
border-top: none;
}
This topic has been closed to new replies.