• 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/

Viewing 1 replies (of 1 total)
  • 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.