Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1422515

    When I view a page that has been edited through “Edit Page (Advanced Layout Builder)” my H1 and H2 tags are showing he same color as the background. Adding custom CSS in the “General Styling” does not have any effect. Would you please advise on how I can fix this?

    Here’s the CSS, though I’d prefer to use configuration if possible.

    wp-block-heading h1,h2 {
      color: black;
    }
    #1422521

    is wp-block-heading a class ? Where’s the dot before?
    next – you only want to change h1 headings with that custom class and all h2 ?

    #1422549

    I was able to deal with the H1 and H2 headings using Advanced Styling. This seems like the right solution since it is configurable based on section.

    Thanks for catching my error in the CSS. Been awhile since I used CSS. This worked:

    h1.wp-block-heading {
    color: black;
    }

    #1422650

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1422656

    You can close this one. Thanks!

    #1422671

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘H1 and H2 Color Matches Background’ is closed to new replies.