get rid of header background gradient

Posted in: Newspaper
Post count: 15

Hi there,

Where can i style/disable/get rid of the header gradient?

Regards, Ed’

Post count: 20688

Hi,

Some header style display indeed a gradient – https://www.screencast.com/t/fuMlZbHDJp
It could be removed if needed, with a code like this
https://www.screencast.com/t/RdIk2Ym2

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

The code can be entered in the theme panel custom CSS section.

Thanks

Post count: 15

Thanks for the snippet, works nicely – only i had to use :after instead of :before.

Cheers, Ed’

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