Skip to main content

Folks, I need help.  I got a guy who wants his page to have a gradient background and I have never been able to get custom scripts to do anything functional and sometimes it doesn’t like the script so won’t save it.  I put this in there as an example to share and it does absolutely nothing.  Thoughts? Suggestions?  There is not a single page of documentation on this, and I have not in nearly 6 years heard of anyone pulling anything off with this option on a custom page, but I do see people with page backgrounds.  Help plz.

 

I don’t have anything to help, Charles, but I do want to follow this so I can see any responses. Good luck!


@charles.zimmerman this would be much easier with CSS. JS is just overcomplicating it. 

if its only for 1 page just add a HTML widget and add the following code:

<style>
.container{
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); }

</style>

 

Note: Additional CSS may be required to fully make this pretty! 


Reply