I'm trying to add a gradient to the background of my website and I want it to appear over the whole site on all the pages. I used the following code below but it's only affecting the 1st four pages of my website and no others. On the other pages, the background remains a solid colour and the content sections of the pages have the gradient. Can someone help me please? I've been going round in circles over this and it's pretty important I get this website up in the next couple of days! Thanks!
I'm using 7.0 with Pacific family template.
PS: I've attached images of what I mean. The first image is how I want every page to work. The second image is what's happening on the other pages other than the first 4.
.main-content {
background: linear-gradient(170deg, #aec8ce, #44626a, #758990, #44626a, #213236, #9aadac, #819f9f, #213236, #476870, #44626a, #213236) !important;
}
page-section, .section-background {
background: transparent !important;
}