Want to get rid of gray line/area right below header

Posted in: Newspaper
Post count: 4

On pages like this one:

http://regiamag.com/regiamag/

You can see a gray degrade right below the header. How do we get rid of this? We want a background totally white.

Thank You

Post count: 22421

Hello,

You can remove the grey underline by adding this code in the theme panel-> custom css box:
.td-header-gradient:before{
display:none;
}

Thank you!

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