Title: Short Code Text Very Small
Last modified: June 3, 2019

---

# Short Code Text Very Small

 *  [Kurt](https://wordpress.org/support/users/nesskur000/)
 * (@nesskur000)
 * [7 years ago](https://wordpress.org/support/topic/short-code-text-very-small/)
 * I am using the shortcode to display select posts on a page of mine, and all of
   the text is very small. I looked into the CSS and I found through the inspector
   on chrome the following parts of CSS has specific code telling the size of the
   text:
 * .rpwe-block
    .rpwe-time .rpwe-summary
 * With the rpwe-time and summary classes I can put a “!important” tag to over ride
   the text size but for the post title, which uses rpwe-block, it already is using
   a “!important” tag and specifies size 12px, so I can’t over ride that with custom
   CSS.
 * So where can I go inside the plugin to adjust these sizes? I can’t find any way
   to be able to adjust the sizes except for custom css, and that doesn’t work for
   the post tile.

Viewing 1 replies (of 1 total)

 *  [benqwerty](https://wordpress.org/support/users/benqwerty/)
 * (@benqwerty)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/short-code-text-very-small/#post-11998100)
 * Is h3 in your selector?
 *     ```
       .rpwe-block h3 {
           font-size: size-you-want !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Short Code Text Very Small’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

## Tags

 * [text size](https://wordpress.org/support/topic-tag/text-size/)

 * 1 reply
 * 2 participants
 * Last reply from: [benqwerty](https://wordpress.org/support/users/benqwerty/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/short-code-text-very-small/#post-11998100)
 * Status: not resolved