Site logo

Archived topic

background color doesn't work specific page

1 reply · Started by eran on March 11, 2023

Viewing posts 1–2 of 2

Hi, I added a block element above the H1 (it is called "Our Review Process") for several pages and it works fine but it doesn't work fine on a specific page (the styles don't work) I'll add that page in the private message.

Hi there,

the "Our review process" is bold, so its wrapped in a <strong> tag.
And you have this CSS on your site:

/* bold text color */
strong {
    color: var(--base);
}

Which is setting all of those tags to a different color.

This archived topic is closed to new replies.