Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341449
    HansH
    Participant

    Hello team,

    All words of page title begin with a capital. I search for css and plugins to prevent this. I found nothing. Is it possible to give me a clue or extra css?
    Thanks in advance

    Hans Hagmeijer

     

    #341450
    minal
    Keymaster

    Hello @HansH:

    Try below CSS snippet.

    
    .wp-block-post-title {
        text-transform: unset;
    }
    

    If this does not work, please share the site URL to check further and give you detailed solution.
    Sincerely,
    Minal

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