Title: meta size
Last modified: August 1, 2019

---

# meta size

 *  [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/)
 * Hello! How to reduce the size of meta and meta icons on the article page? I can
   not find the code.

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

 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11793335)
 * Hello there,
 * Please try to use this custom CSS code in Appearance -> Customize -> Additional
   CSS to change the font size of the meta text and icon
 *     ```
       .entry-meta span a {
           font-size: 10px;
       }
       ```
   
 * Regards.
 *  Thread Starter [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11794994)
 * Hello! The code does not work, I attach the screenshot. Not one does not work.
   !
   important does not help. [https://dropmefiles.com/FeiHt](https://dropmefiles.com/FeiHt)
    -  This reply was modified 6 years, 9 months ago by [Oksana](https://wordpress.org/support/users/qwerty100/).
    -  This reply was modified 6 years, 9 months ago by [Oksana](https://wordpress.org/support/users/qwerty100/).
    -  This reply was modified 6 years, 9 months ago by [Oksana](https://wordpress.org/support/users/qwerty100/).
 *  Thread Starter [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11795000)
 * Date of publication is not reduce size.
 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11796985)
 * Hi,
 * Because you use the custom CSS code to set the font size for all the element
 *     ```
       *, :after, :before {
           box-sizing: inherit;
           font-size: 14pt;
       }
       ```
   
 * [https://cl.ly/e39e714de02d](https://cl.ly/e39e714de02d)
 * So please change the code in my previous reply to
 *     ```
       .entry-meta span a * {
           font-size: 10px;
       }
       ```
   
 * Regards.
 *  Thread Starter [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11803877)
 * Thank! This code helped:
 * .entry-meta span a * {
    font-size: 11px; }
 * .entry-meta span a {
    font-size: 10px; }
 *  Thread Starter [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11803878)
 * Icons did not change the size, please help.
 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11811638)
 * Hi,
 * Please try again with this code
 *     ```
       .entry-meta span a *, .entry-meta span a *:after, .entry-meta span a *:before {
           font-size: 11px;
       }
       ```
   
 *  Thread Starter [Oksana](https://wordpress.org/support/users/qwerty100/)
 * (@qwerty100)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11814422)
 * Hello! Thank you! It helped 🙂

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

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

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

 * 8 replies
 * 2 participants
 * Last reply from: [Oksana](https://wordpress.org/support/users/qwerty100/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/meta-size/#post-11814422)
 * Status: not resolved