Title: CSS Customisation
Last modified: April 19, 2020

---

# CSS Customisation

 *  [liftoffofficial](https://wordpress.org/support/users/liftoffofficial/)
 * (@liftoffofficial)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/css-customisation-2/)
 * Hello all,
 * In advance, apologies for the repetition but as a beginner I have tried all of
   the suggested fixes on this and nothing seems to work!
 * On the plugin, I would like to change the font size for titles and excerpts, 
   as in my view it is too small to read.
 * I have tried:
    Unchecking Default styles in elementor and changing the font size
   in the Custom CSS. Entering the plugin’s functions.php file and removing the !
   important following the H3 font size.
 * Could someone help me here please? 🙂

Viewing 1 replies (of 1 total)

 *  [atagrill](https://wordpress.org/support/users/atagrill/)
 * (@atagrill)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/css-customisation-2/#post-12769941)
 * Try adding this in Custom css. If I remember the pre-written h3 in the custom
   box doesn’t doesn’t include the a tag. But the h3 is a link to post/page so you
   need to style that one not just h3
 * .rpwe-block h3 a{
    font-size: 16px !important; }
 * The same likely goes for the excerpts.

Viewing 1 replies (of 1 total)

The topic ‘CSS Customisation’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [atagrill](https://wordpress.org/support/users/atagrill/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/css-customisation-2/#post-12769941)
 * Status: not resolved