How to remove main menu gradient

Posted in: Newspaper
Post count: 4

Hi!

Im trying to remove gradient from the main menu.
How will I do that?

I’m editing the css in child theme.

Post count: 4

I found it,
I think
.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient::after {display:none;}
might work.

Post count: 6600

Hi,

Not sure if that will work, you can try it like this if it doesn’t: http://screencast.com/t/KV7IDNmwi4D

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

Thanks

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