Title: Feature request: css modification
Last modified: August 21, 2016

---

# Feature request: css modification

 *  [Jeff Sherk](https://wordpress.org/support/users/jsherk/)
 * (@jsherk)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feature-request-css-modification/)
 * Would like to see the ability to choose (from the admin dashboard):
 * – whether the date should display at the right side or left side of the widget.
 * – the font size of the links in the widget.
 * As a work around, I have installed the PC Custom CSS plugin, and under Appearance
   > Custom CSS you can enter the following to adjust them:
 *     ```
       /* Reduce font size in TW Recent Posts widget */
       .tw-recent-posts .featured-post h4 {
         font-size: 1.0em;
       }
   
       /* Move date to left side in TW Recent Posts widget */
       .tw-recent-posts .post-time {
         text-align: left;
       }
       ```
   
 * [http://wordpress.org/extend/plugins/tw-recent-posts-widget/](http://wordpress.org/extend/plugins/tw-recent-posts-widget/)

Viewing 1 replies (of 1 total)

 *  [Distiple](https://wordpress.org/support/users/distiple/)
 * (@distiple)
 * [13 years ago](https://wordpress.org/support/topic/feature-request-css-modification/#post-3702121)
 * I would also appreciate the ability to edit the font size and color of the read
   more link, to make it more noticeable. Currently it disappears into the excerpt
   text a bit.
 * Thanks for your great work on this.

Viewing 1 replies (of 1 total)

The topic ‘Feature request: css modification’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Distiple](https://wordpress.org/support/users/distiple/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/feature-request-css-modification/#post-3702121)
 * Status: not resolved