• Resolved TheBuckSyndicate

    (@thebucksyndicate)


    I have updated the CSS for my site for the updated plugin but cannot figure out how to modify the CSS for the Widget Title with this plugin now.

    I was trying .cat-post-widget .widgettitle and I could control the background of the Title area but the CSS for the Font will not apply.

    Any help is appreciated.

    http://www.claytonsleep.com – bottom right section of the Home page

    When using the basic Text widget and the CSS properly applies to its Title.

    https://wordpress.org/plugins/category-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Mrinal Roy

    (@mkrdip)

    Hi There,

    Target like the following CSS:

    .home2right2014.right h2.widgettitle {
        background: none repeat scroll 0 0 #FF0000 !important;
    }

    Try to be specific with class or ID, add !important at last as the same class has been already styles in your theme.

    Hope this helps, Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Title CSS’ is closed to new replies.