Reply To: Headings
November 13, 2019 at 4:27 am
#18715
Participant
Hi,
To change the page title heading to normal case
Go to the Appearance -> Editor -> style.css
add below css code at the end of file
h1.entry-title { text-transform: none !important; }
Regards
Grace Themes