Post names in all CAPS
-
Is there a way to stop WordPress from converting a persons name to all caps when they post a reply?
My theme is “Publisher”
The blog I need help with is: (visible only to logged in users)
-
Hi there
Is there a way to stop WordPress from converting a persons name to all caps when they post a reply?
Please navigate to “Customize” menu from the left-navigation menu in your site administration.
Then select the CSS menu tab and enter following css code in the box below the commented text:
#comments .fn {text-transform: capitalize;}
This should fix your issue.
Let me know if you get stuck anywhere.
Best
Sunil Chauhan
- The topic ‘Post names in all CAPS’ is closed to new replies.