Adding a Main Menu Border

Posted in: Newspaper
Post count: 107

Good morning,

How can I add a border to my main menu please?

Many thanks

Ken

Post count: 6600

Hi,

Use this custom css:

.td-full-layout .td-menu-placeholder .td-menu-background {
border-bottom: 1px solid black !important;
border-top: 1px solid black;
}

Modify the border as you like: http://screencast.com/t/HtCSu38eqJqO
Thanks

Post count: 107

OMG – my site is starting to look really slick – thanks to you my friend – SERIOUS KUDOS!!

THANKS LUCIAN

Post count: 18

Hello Guys,

Thank you for the codding. I was able to fix the bug of white line under the floating menu. However, now the search button doesn’t work on the menu. /:

When I installed the theme I used the classic blog style.

Cheers,

Daniel

Post count: 20

Hi Lucian,

I placed the code to my site but is not working.
Removing .td-full-layout creates the black line but extends the menu (is not a full width)

If you want to see my site you will have to edit host file like this:
185.25.21.120 http://www.musiccorner.gr
because it is still in demo mode.

BR,

Sotiris

Post count: 6600

Hi,


@dl_rod
Replied here!

@Sotiris

Please try the css from below, should work like this: http://screencast.com/t/sZiakVwuTO3

.td-menu-placeholder .td-menu-header {
border-bottom: 1px solid black !important;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}

Thanks

Post count: 20

That’s great Lucian!

Thanks!!!

Sotiris

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