Remove/Change Red Gradient in Fast News Demo Menu

Posted in: Newspaper
Post count: 12

Thanks for your help! How do we … Remove/Change the Red Gradient in Fast News Demo Menu

or change to a solid different color?

Best

John Malloy

Post count: 20685

Hi,

That is a customization made in the demo stylesheet directly
https://www.screencast.com/t/th6GTWCsP0
That is because in the theme panel you can only set a solid color as background, not gradient
https://www.screencast.com/t/YusfYYz1pI

To change the colors used you could override the demo customization with a similar code but use the colors you want. For example
https://www.screencast.com/t/c64R74TlqC49
If you should consider it, this is the code for it

.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, #aebc22 0, #4f6565 25%, #8b0081 100%) !important;
}

Replace the colors with the ones you want, then enter the code in Theme panel->Custom code CSS section.

Thanks

Post count: 12

Thanks, so much Simion!

John Malloy

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.