Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Corey Salzano

    (@salzano)

    The easiest way to do this is to create CSS rules to apply the style you desire, and save those CSS rules in your theme’s stylesheet.

    Thread Starter NicoleHolgate

    (@nicoleholgate)

    I’m a complete PHP noob.

    Can you please give me an example

    .comment-name{
    color:#1d730f;
    font-weight:bold;
    }

    ? Then where do I put the html? On the widget edit page? Whereabouts…

    Plugin Author Corey Salzano

    (@salzano)

    Nicole:

    I am publishing a new version of this plugin today to allow you to target the author name with CSS.

    You can add this CSS to your theme’s stylesheet to change the look of the authors’ names.

    .recentcommentsauthor{ color: #1d730f; font-weight: bold; }

    Find your theme’s stylesheet under Appearance > Editor. It will likely be the first file that opens up in the editor.

    The version of the plugin you need for this to work is 0.121230, and it will be available to you as an update sometime today.

    Thread Starter NicoleHolgate

    (@nicoleholgate)

    Hi Corey,

    Sorry for delayed response!

    I sorted it out with many thanks to you ??

    Hello,

    Just installed your plugin. Do you where to adjust the number of characters in the excerpt comment. Thanks in advance for the help.

    I found it. Thanks anyhow.

    Is there a way to add the title of the post being commented? Which code I need to add in the core file?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Style widget’ is closed to new replies.