Title: Make it reference a different size&#8230;
Last modified: August 21, 2016

---

# Make it reference a different size…

 *  Resolved [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-it-reference-a-different-size/)
 * I understand that the plug-in does **not **_do any styling in and of itself. 
   Is it however possible to have it reference a different style from my main theme
   that is not H4? The title is just way too large and I do not want to globally
   change my H4 size as that would of course mess up things elsewhere. _
 * Thank you!
    Nancy [http://ourpeacefulplanet.com/wp/](http://ourpeacefulplanet.com/wp/)
 * [https://wordpress.org/plugins/flexible-posts-widget/](https://wordpress.org/plugins/flexible-posts-widget/)

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

 *  [czargyle](https://wordpress.org/support/users/czargyle/)
 * (@czargyle)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-it-reference-a-different-size/#post-4797901)
 * Hi Nancy,
 * I think you have two options:
 * First, you could change the template markup. Find widget.php in the views folder,
   which is located inside the Flexible Posts Widget plugin folder. Copy it to a
   folder you make inside your theme folder called “flexible-posts-widget”, modify
   it (should be easy to find the H4s and change them to something else), save it,
   and it will override the default template.
 * The second option is to use the dpe-flexible-posts class to be more specific 
   and select only things inside that class. So something like this might work:
 *     ```
       .dpe-flexible-posts h4 {
           font-size: 11px;
       }
       ```
   
 * Although depending on the specificity of the selectors of the theme, you might
   have to go even more specific (.dpe-flexible-posts li a h4) or even use !important.
 *  Plugin Author [DaveE](https://wordpress.org/support/users/dpe415/)
 * (@dpe415)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-it-reference-a-different-size/#post-4797989)
 * Thanks for responding, czargyle!
 * Nacncy, you would need to add some styles to your theme’s stylesheet to accomplish
   this. The example czargyle offered would work perfectly.
 * Cheers!

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

The topic ‘Make it reference a different size…’ is closed to new replies.

 * ![](https://ps.w.org/flexible-posts-widget/assets/icon-256x256.jpg?rev=984592)
 * [Flexible Posts Widget](https://wordpress.org/plugins/flexible-posts-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexible-posts-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexible-posts-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/flexible-posts-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexible-posts-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexible-posts-widget/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [DaveE](https://wordpress.org/support/users/dpe415/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/make-it-reference-a-different-size/#post-4797989)
 * Status: resolved