Architecture demo

Posted in: Newspaper
Post count: 33

hi,
Can you please guide me how to add separation lines between categories in main menu same as featured in Architecture demo

thank you

Post count: 23312

Hello Noob,

If you want to achieve that border left between your menu items, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-5 .sf-menu>li:first-child {
border-left: 1px solid #eee;
}

The above code is applied only for header style 5. So, if you will use another header style you should change the number and probably, you will need to do some adjustemnts. This is a quick solution.

Thanks for your understanding!

Post count: 33

how to add bottom border in top header menu (header style 9).

thank you

Post count: 22421

Hi,

The border is already present in header style 9: https://www.screencast.com/t/QwN92Okg8rN

Please provide a link to your site if you do not get the border on your end.

Thanks

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