Remove line from under Menu (div.span-12)

Posted in: Newspaper
Post count: 17

I noticed that there is this small line underneath the menu

Line Underneath Menu is called div.span-12

it didnt bother me before but since I added a background image to the inner wrap, the line now make the background image look as if its spilling on top of the menu

Menu div with background image

is the line important or is there a way I can remove/hide it?

thanks in advance

Post count: 6600

Hi,

You can use this custom css in theme panel > custom css if you want to remove it:

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
}

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}

Thanks

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