Remove gradient from top colored menu with logo

Posted in: Newspaper
Post count: 14

Hi,

How can I remove gradient from top colored menu with logo (header style 12).

Kind regards,

Matthijs

Post count: 20688

Hi,

To remove the gradient in Header style 12 enter this code in Theme panel->Custom Css

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
display: none;
}

Result with code added – http://screencast.com/t/ZAlMgKfma36

Thanks

Post count: 14

Hi Simion,

Thank you very much, it did the job:)

Matthijs

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