• Resolved colinsp

    (@colinsp)


    I have created a class that increases the size of the a link for the title of the post displayed BUT I can’t get the widget to see it.

    Are there any ‘secrets’ as to how to get it to pick up the class from the css?

    I am happy with the first three sentences as the excerpt but would like each sentence displayed on a new line. Is there an easy way to get this?

    TIA

    http://wordpress.org/extend/plugins/post-feature-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author tepelstreel

    (@tepelstreel)

    Hi,

    unfortunately the widget is just styled by your theme. So, the way to get his in a stylesheet wood be

    div[id^=”featured_post_widget”] a { your style here }

    And getting a new line after each sentense is not possible at the moment. You would have to add code to the plugin which you would loose at every update.

    Greetings

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin : Featured Post Widget] Widget not picking up class style’ is closed to new replies.