Menus + Delete fuzzy line below header in Newspaper Style 10

Posted in: Newspaper
Post count: 112

Hi! I have two questions:

1) I want to delete that fuzzy line below the header that appears on every page. Is there Custom CSS I can add to get rid of it?

2) I want to add a menu of subcategories to a page I’ve designed. What’s the easiest way to do that? I like the way it looks in the pages that are automatically generated by the theme.

Post count: 6535

Hi

1. Are you referring at the main menu which is full width: http://screencast.com/t/DhgHeJVmhcmY If you want to modify it’s size like here: http://screencast.com/t/cZZWcAIMPTn please try this custom css in theme panel > custom css:

.td-header-style-10 .td-header-menu-wrap{
height: 44px;
width: 1021px;
margin-left: auto;
margin-right: auto;
}

If this is not what you mean please provide more details and your site url so I can provide a more accurate answer.

2. You can add the page in menu from Appearance > Menus: http://screencast.com/t/HO1Q56N4ag Also you can find more details about how menus can be customized, in our documentation: https://forum.tagdiv.com/main-menu/https://forum.tagdiv.com/mega-menu/

Thanks!

Post count: 112

Re: #1 — No I want to delete the fuzzy gray line between the navbar and the body content.

See http://www.patchofearth.com

It automatically comes with the theme

Post count: 22421

Hi,
You can remove the gradient using this css code:
.td-header-gradient:before{
display:none!important;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.