I have a WP / Enfold page with multiple sections including a Tab section and a Color section. I want to be able to specify a single gradient color for the page body. I cannot place a section inside a section, otherwise a gradient on the parent section would possible have done the trick.
Is there a way of achieving what I want?
Hey Bicyclist51,
Yes, you would need to use custom css code to do it, and you can apply it on this css selector:
#top #wrap_all {
}
Let us know if you need assistance on the gradient color.
Best regards,
Nikko