Remove thick gray divider below header

Posted in: Newspaper
Post count: 68

Hi Guys,

How can I remove thick gray divider below the header? It looks a line with a drop shadow.

Cheers

Post count: 20688

Hi,

I believe you are referring to this gradient in the header
https://www.screencast.com/t/wXIm0rDmQnK
That could be removed with a code like this if needed
https://www.screencast.com/t/a6UQpfijqOB

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

Thanks

Post count: 22

Hi, I’m trying to do the same. I have used in the custom css the code:
.td-header-gradient:before {
display: none;
}
.td-header-style-8 .td-header-main-menu {
border-bottom: 3px solid #303030;
}
but every time I reload the page (www.premarathon.com) or click in a post, the gradient down the menu is appearing for a second.
please, could you tell how can I solve.
Thanks

  • This reply was modified 8 years by Victor.
Post count: 20688

Hi,

The theme will load first the default style, then the custom code will apply. There might be some delay between the transition. You could enter the code directly in the theme stylesheet (at the end of the code), so it will be loaded together with the theme style.

Thanks

Post count: 22

Thanks, It works.

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