Archived topic
Gradient instead of background color
1 reply · Started by Jenny on March 16, 2022
Viewing posts 1–2 of 2
Hello :)
Can you help me? I Want to have a gradient for the background of the secondary menu.
https://ibb.co/r4BYNS6
The link is in the private field.
Thanks a lot for looking up,
Jenny
Hi Jenny,
Try this:
nav#secondary-navigation {
background: radial-gradient(circle, rgba(238,108,77,1) 0%, rgba(85,85,85,1) 100%);
}
You can generate the gradient CSS using a tool like this:
https://cssgradient.io/
This archived topic is closed to new replies.