Colours not showing up

  • Hi, I have an accent colour which is showing up in the WP editor but not on the live site. I’ve tried changing the text colour of this element in the WP editor but it’s still showing up wrong. Please could you tell me how I can get it fixed so it shows up on the front end?

    See an example here: https://postimg.cc/gallery/MV82Mq6

  • Hi there,

    You have the following CSS in Customize > Additional CSS:

    .gbp-section__tagline {
        text-transform: uppercase;
        letter-spacing: .14em;
        font-weight: 700;
        font-size: 14px;
        color: var(--contrast-3);
        margin-bottom: 1rem;
    }

    This CSS overrides the .gbp-section__tagline Global Style on the frontend. That’s why any changes you make to the Global Style are not taking effect.

    You’ll need to either update or remove this custom CSS so the Global Style can be applied correctly.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.