main menu and top header menu

Posted in: Newspaper
Post count: 80

how to add vertical bar in between menu items in both main menu and top header menu, i am using Newspaper default demo, style 1.

Post count: 23312

Hello mystudent,

If you want to add the vertical border for each item in your main menu and top menu, you 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 ->

.sf-menu li{
border-right: 1px solid black;
}
.top-header-menu li{
border-right: 1px solid white;
}

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

Thanks.

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