Title: font size
Last modified: August 21, 2016

---

# font size

 *  Resolved [archizoom](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/)
 * can I change the font sizes ?
 * for exemple:
    – top menu / header – … (next page) – by (admin…) – in (kategorie)

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

 *  [Bearded Rick](https://wordpress.org/support/users/bearded-rick/)
 * (@bearded-rick)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4901988)
 * Hi archizoom,
 * Can you provide a link of your website so I can have a look at the code?
 * Cheers,
    Riccardo
 *  Thread Starter [archizoom](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4902086)
 * hello,
 * link: [http://www.archizoom.de](http://www.archizoom.de)
 * i want delete date and autor. (i dont know how.)
    the “next page” or “weiter”
   button will be appear larger.
 *  [Bearded Rick](https://wordpress.org/support/users/bearded-rick/)
 * (@bearded-rick)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4902087)
 * Put this CSS into your Custom CSS or Child Theme style.css, that way you won’t
   lose all the changes made when the theme updates
 * Top menu:
 *     ```
       .menu-main > li {
         font-size: 12px;
       }
       ```
   
 * Category:
 *     ```
       .detail.index-post-category {
         font-size: 14px!important;
       }
       ```
   
 * Pagination links:
 *     ```
       .posts-pagination .paging-wrap, .comments-pagination .paging-wrap, .page-links-wrap .page-links {
         font-size: 15px;
       }
       ```
   
 * Hide date and author:
 *     ```
       .detail.index-post-author, .index-post-date {
         display: none!important;
       }
       ```
   
 * Let me know if it works
 * Cheers,
    Riccardo
 *  Thread Starter [archizoom](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4902091)
 * thank you for information.
 * but I think I still have a fundamental problem
 * please look at post: child theme – i can´t edit style css
 *  [Bearded Rick](https://wordpress.org/support/users/bearded-rick/)
 * (@bearded-rick)
 * [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4902102)
 * Np, if you can’t find a way to edit your CSS then try installing this [plugin](http://wordpress.org/plugins/simple-custom-css/)
 * Or you can go with a Child Theme, have a look [here](http://codex.wordpress.org/Child_Themes)
   🙂
 * Cheers,
    Riccardo

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Bearded Rick](https://wordpress.org/support/users/bearded-rick/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/font-size-62/#post-4902102)
 * Status: resolved