top bar menu border

Posted in: Newspaper
Post count: 80

how to add top bar menu border above and below.
i am using newspaper theme.

Post count: 23312

Hello mystudent,

Please try the code below and add it in the Theme panel.

The code is ->

.menu-top-container {
border-bottom: 1px solid red;
border-top: 1px solid red;
}

The result -> http://screencast.com/t/zAupe6nxr

Thank you for the message!

Post count: 80

But i want to extend the bars to full width on both sides, how can i achieve this.
Thanks for replying.

Post count: 23312

Hello mystudent,

If you want to have this effect in the full width of the container, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

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

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

Thank you for the message!

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