• Resolved chcw

    (@chcw)


    Hi,

    I find in the article, all characters are in upper case. How to prevent this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @chcw ,

    To prevent the capitalized article title, you can add this custom CSS on your stylesheet:

    .docs-single-title .betterdocs-entry-title {
        text-transform: none !important;
    }

    NOTE: You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    Thank you!

    Thread Starter chcw

    (@chcw)

    Thank you very much. It works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do not make all characters in the title upper case’ is closed to new replies.