Header

Posted in: Newspaper
Post count: 5

Hello,

I would like the Style 3 header, see here: https://forum.tagdiv.com/header-styles/ (I particularly like the top bar (where the weather is) and the main nav (main menu) to both be coloured)

However, I would also like both to have a different colour line underneath each, like this one http://demo.tagdiv.com/newspaper_magazine/ which is green.

Is that possible to combine?

Post count: 23312

Hello 2hungryguys,

Unfortunately, I do not exactly understand what you want to achieve. Please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do.

Thanks for your message!

Post count: 5

image

Does the above make sense. Essentially I want the both the top nav and main nav to be a full colour. Then I want there to be a different colour line on each. How is this possible?

Post count: 23312

Hi,

If you want to add those borders to your website, you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-header-top-menu-full{
border-top:4px solid #009688;
}
.td-header-menu-wrap{
border-bottom:4px solid #009688;
}

The result you should see here -> http://screencast.com/t/VDc688Qi2w4w

Thanks.

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