Archived topic
Theme template global colours override
3 replies · Started by Dax on April 3, 2022
Hi,
I'm trying to change the colours of buttons on a certain page, but it doesn't work, so I'm assuming the global colours are taking precedence?
Link provided.
Hi there,
How are you trying to change the colors?
The white buttons are currently set to base 2 in the customizer but you can change it in the button settings directly:
https://docs.generateblocks.com/article/buttons-overview/#colors'
Please clear and disable LiteSpeed Cache if you need further help with this.
Hi Leo,
Thanks that worked.
I'm having a similar issue with the category box in the header of blog posts, it's currently a white background.
In addition, how do I change the "projects" text in the blog page header.
Thank you
Hi there,
1. when i inspect that button in the developers tools i see this CSS:
h5.gb-headline-c929bf63 a {
color: var(--base-2);
}
Which means the link color has been added directly to that Headline Block in the editor. Select the headline, go to Colors > Link and change that.
2. Check in Appeearance > Elements for a Block Element that has its Display Rules location set to the Blog. Edit that one.