Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #336499
    ygee
    Participant

    Theme Bug

    When creating or editing a post, the “Title” can’t be read without highlighting it because it’s colored black like the background.

    https://imgur.com/a/55JKGgb

    #336507
    minal
    Keymaster

    Hello @ygee,

    Here is the CSS you to make it visible, add on your additional CSS,

    .wp-block-post-title.block-editor-block-list__block.editor-post-title{
    
      color: #fff;
    
    }
    

    change CSS value of your desired on above CSS code.

    To add above CSS go to Dashboard >> Appearance >> Editor >> Templates >> Front Page >> Additional css
    Please follow the below image to go to above path
    frontpage

    css

    Hope it works for you !!

    Sincerely,

    Minal

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