Site logo

[Support request] background color doesn’t work specific page

Home Forums Support [Support request] background color doesn’t work specific page

Home Forums Support background color doesn’t work specific page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2563780
    eran

    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.

    #2563984
    David
    Staff
    Customer Support

    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.

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