I want to Have Gradient Menu in my newspaper theme

Posted in: Newspaper
Post count: 5

I want to use #0dcf1d and #1e73be with -120 degree angle please give me the CSS code

Post count: 20688

Hi,

That would be possible with some CSS. Please provide a link to the website for a more accurate solution. Or mention the header style you are using so I can create it on my end, a link would be more helpful however.

Thanks

Post count: 5

I am using style 5 with fast news demo

thanks

Post count: 20688

So maybe something like this – http://prntscr.com/lwd5lp
Code used here

.td-header-style-5 .td-header-menu-wrap-full {
background-image: linear-gradient(120deg, #0dcf1d, #1e73be);
}

If needed you can chnage the code, here is some more information
https://css-tricks.com/snippets/css/css-linear-gradient/
https://www.w3schools.com/css/css3_gradients.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient

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