Title: Enlarging font
Last modified: April 5, 2018

---

# Enlarging font

 *  Resolved [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/)
 * I have two areas on the blog I am struggling to get right. The “share this” and
   the comments part heading part {when someone comments the title is ! thought 
   on this} The font is so tiny. How do I change it? obviously its on the actuall
   blog posts itself.
 * Many Thanks
 * Anna-Marie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fenlarging-font%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150849)
 * Hello Anna-Marie,
 * Hope you are having a great day and thanks for contacting us!
 * Please go to WP Admin > Appearance > Customize > Additional CSS and inside that
   box, add the following code:
 *     ```
       h3.comment-title, h3#reply-title {
           font-size: 45px;
       }
       ```
   
 * ​Try it and let me know how it worked.
    Kind regards, Diego
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150854)
 * Sorry, add this code instead:
 *     ```
       h3.comment-title, h3#reply-title, h3.sd-title {
           font-size: 45px !important;
       }
       ```
   
 * Let me know if it worked.
    Kind regards, Diego
 *  Thread Starter [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150868)
 * Perfect! Thank you!
 * How would I change the colour of those titles to this colour #001066 ?
 * Thanks
 * Anna-Marie
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150875)
 * Try this:
 *     ```
       h3.comment-title, h3#reply-title, h3.sd-title {
           font-size: 45px !important;
           color: #001066;
       }
       ```
   
 * Replacing the previous code I’ve sent.
 * Kind regards,
    Diego
 *  Thread Starter [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150878)
 * Lovely! Thanks so much 🙂
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150967)
 * You’re very welcome!
    Please, let me know if you need any further assistance.
 * Kind regards,
    Diego

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

The topic ‘Enlarging font’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [corewpress](https://wordpress.org/support/users/corewpress/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/enlarging-font/#post-10150967)
 * Status: resolved