How can I add a css repeating, linear gradient background to the entire site?
Or to individual pages.
Hi Anthony,
You should be able to set a sitewide gradient background by adding a custom CSS to the body element like this:
body {
/* Add the gradient CSS code here. */
}
However, depending on the setup of the pages, there is a possibility that the background gradient will be overlayed by the background set to the header, sections, and footer area.
So in case you are not seeing the background, please provide us with the URL of the site in question so that we can check.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.