WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Remove Horizontal Rule › Re: Remove Horizontal Rule
Hello,
The line appears below the header and above the first post and sidebar.
This area is reserved for Primary Menu. If you don’t want to use menu than follow the simple steps to remove this CSS shadow/border.
Go to Appearance > Contango Options > Extend Settings > yes
Enter the following code in the Custom Style(s) text area,
#nav {
display:none;
}[/CODE]
Save Changes
[B]Followup to that, is there a way to remove the right sidebar from blog posts? I’d like to have them full width. I see a page template for that, but nothing for the blog posts.[/B]
Contango has Full Width Template only. Contango has not integrated option of Full Width Blog Post Layout in the current version.
Thanks[CODE]#nav {
display:none;
}[/CODE]
Save Changes
Followup to that, is there a way to remove the right sidebar from blog posts? I’d like to have them full width. I see a page template for that, but nothing for the blog posts.
Contango has Full Width Template only. Contango has not integrated option of Full Width Blog Post Layout in the current version.
Thanks