How can I remove the light gray divider line

Posted in: Newspaper
Post count: 24

Hi everyone. I couldnt find an answer. The line is all the way from left to right under the logo and menu and i cannot remove it. Anyone knows?

It’s possible cause in the “health” template it is not there.

Post count: 23312

Hello libtetto,

If you want to remove that line, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-gradient:before {
content: none;
}

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

Thank you for the message!

Post count: 24

thanks!

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