Title: Author Name Modification
Last modified: August 20, 2016

---

# Author Name Modification

 *  Resolved [egegorgun](https://wordpress.org/support/users/egegorgun/)
 * (@egegorgun)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/)
 * Hello,
 * I have a WP site with tr_TR language and I want to see the author names that 
   appear in the author box as in the same form of the author pages. For instance,
   for me,
 * My author page is this: [http://blog.kibristaodtuvarmis.com/yazarlar/ege-gorgun/](http://blog.kibristaodtuvarmis.com/yazarlar/ege-gorgun/).
   Here my name appears in this form: Ege GÖRGÜN (name capitalized, surname uppercase).
 * And a post of mine is this: [http://blog.kibristaodtuvarmis.com/kampusta-sosyal-yasam/](http://blog.kibristaodtuvarmis.com/kampusta-sosyal-yasam/).
   Here, in the author box, my name appears in this form: EGE GÖRGÜN (all uppercase).
   I want to change it to Ege GÖRGÜN and how can I do that?
 * Thanks!
 * [http://wordpress.org/extend/plugins/authorsure/](http://wordpress.org/extend/plugins/authorsure/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/#post-3491696)
 * Your WordPress theme style.css file is transforming your name to be upper case.
 * AuthorSure produces the following HTML
 *  `<a rel="author" href="http://blog.kibristaodtuvarmis.com/yazarlar/ege-gorgun/"
   class="authorsure-author-link">Ege GÖRGÜN</a>`
 * For some reason “Inspect Element” is not working on Google Chrome when I visit
   your site so I cannot see the specific line of CSS that is transforming your 
   name to be upper case.
 *  Thread Starter [egegorgun](https://wordpress.org/support/users/egegorgun/)
 * (@egegorgun)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/#post-3491698)
 * Well, well. What can I do then?
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/#post-3491699)
 * Change your WordPress theme’s style.css so it does not transform h4 elements
 * The file is
 * [http://blog.kibristaodtuvarmis.com/wp-content/themes/corona/style.css](http://blog.kibristaodtuvarmis.com/wp-content/themes/corona/style.css)
 * The lines that cause the problem are
 * h4{font-size:14px; clear:both; text-transform: uppercase;}
 * and
 * .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    
   font-size: 11px; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;
   font-style: normal; }
 *  Thread Starter [egegorgun](https://wordpress.org/support/users/egegorgun/)
 * (@egegorgun)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/#post-3491706)
 * Hi Russel,
 * Your advice definitely worked my problem out. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Author Name Modification’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/authorsure_f2f3f4.svg)
 * [AuthorSure](https://wordpress.org/plugins/authorsure/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/authorsure/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/authorsure/)
 * [Active Topics](https://wordpress.org/support/plugin/authorsure/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/authorsure/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/authorsure/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [egegorgun](https://wordpress.org/support/users/egegorgun/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/author-name-modification/#post-3491706)
 * Status: resolved