Top Bar Menu Border

Posted in: Newspaper
Post count: 80

how to add top bar menu border of 1px i.e full bar to menu.
i am using newspaper 7 default demo and header style 1.
please suggest me.

Post count: 23312

Hello mystudent,

If you want to add a border to your top menu bar, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->
.td-header-sp-top-menu {
border:1px solid white;
}
The result -> http://screencast.com/t/zXzt2Tj0VXp

Thanks.

Post count: 80

Hello sir, thanks for reply.
But i mean it should be full including social icons, it should not just only enclose the menu items, it should be full whether there is menu items or not.
JUST UNDER MENU SINGLE FULL BAR IS OK.
Thanks.

Post count: 23312

Hello mystudent,

Please try the below code.

.td-header-top-menu-full {
padding-bottom:1px;
}
.td-header-top-menu {
border:1px solid white;
}

Thanks.

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