Site logo

Archived topic

Theme template global colours override

3 replies · Started by Dax on April 3, 2022

Viewing posts 1–4 of 4

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 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.

This archived topic is closed to new replies.