Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Editor h1

Home / Forums / Kadence Theme / Editor h1

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
March 3, 2022 at 1:36 pm

Hi there I’m having an issue in the backend.

The h1 title on my pages and posts is white text, and the background is white as well. When I inspect the element it shows that it’s using the palette 9, which is reccomended to be white in the Kadence Theme documentation.

I tried using css to change this color so my customer can see where to put the title on posts but the css isn’t working.

I will attach screenshots of what I am trying to explain.

This is the CSS I tried:

h1.wp-block .wp-block-post-title .block-editor-block-list__block .editor-post-title .editor-post-title__input .rich-text {
color: #1c355e !important;
}

And I also tried this:

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {color: #1c355e !important; }

  • The forum ‘Kadence Theme’ is closed to new topics and replies.