fast news (newspaper 9.1)

Posted in: Newspaper
Post count: 14

please,how can i change the header main menu color(the gradient color)?

Post count: 35449

Hi,

In order to do that you ned to add a custom css like in Newspaper>theme panel> Custom code> Custom css
https://www.screencast.com/t/ovnToh6n6Dxo
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right,red, blue 25%, #8b0081 100%)!important;
}

Also you can change the color and the percent if you want.

Thank you for the understanding.

Post count: 14

ok,i see thanks a lot

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