Site logo

Archived topic

Library theme colors

3 replies · Started by Petri on February 8, 2021

Viewing posts 1–4 of 4

Hi,
I'm using a theme from the library (named: Service), I would like to modify the default colors (green and blue). Changing the colors in the customizer doesn't change them all (for example the the colors on the Services page stay green and blue), is it possible to change the default colors site wide?
Thanks!

Hi Petri,

The header in service page is a page hero, the blue background color is added with CSS, you can find below CSS at Customizer > Additional CSS.

.gradient-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(135deg, rgba(24,106,178,0.9) 20%, rgba(0,175,229,0.9) 80%);
}

You can change the color code of background there.

The green/ blue color in page content can be changed in page editor. You just need to edit the page, click on the button or area and then edit its color in block editor.
https://www.screencast.com/t/ksP2jie4D0

Let me know :)

Hi Ying,
I hoped the green/blue colors in the page content could be modified centrally in one go :-) Now I understand I have to change them individually per page, will do so.
Thank you.

No problem :)

This archived topic is closed to new replies.