Hello @wolfproductions,
Please add this selector to render the gradient backgrounds on the category archive page.
body.archive.category {
background-color: hsla(274, 46%, 28%, 0.7);
background-image: radial-gradient(at 41% 36%, hsla(184, 52%, 53%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(184, 51%, 53%, 1) 0px, transparent 50%);
}
For the blog page, please add this custom CSS code to the global CSS.
body.blog {
background-color: hsla(274, 46%, 28%, 0.7);
background-image: radial-gradient(at 41% 36%, hsla(184, 52%, 53%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(184, 51%, 53%, 1) 0px, transparent 50%);
}
You need to go to the Cornerstone—>Theme options —>Custom code —>Global CSS.
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks