Viewing 4 posts - 1 through 4 (of 4 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

    #341453
    HansH
    Participant

    Hello Minal,

    Thank you for answering zo quick.
    This worked fine.

    Kind regards
    Hans Hagmeijer.

    #341454
    minal
    Keymaster

    Hello @HansH:

    We’re glad it worked for you!

    Sincerely,
    Minal

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