Change Color of Font in Side Bar Widget

Home Forums Automattic Elemin Change Color of Font in Side Bar Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106665 Resolve

    NGAWANG
    Member

    Hi WordPress Staff and Community,

    On my Sidebar Widget “Recent Posts” on my homepage, I want to change the color of the date say “April 25, 2013” from Black to Red.

    And, also the widget below that “Recent Comments,” I am looking to BOLD the name of the person commenting, but not the name of the blog post however.

    Thanks to you guys I am really loving how my Blog is starting to look.

    * I have the CSS upgrade

    Cheers
    Ngawang Gyatso

    The blog I need help with is jamandbutter.com
    #133985

    Michael Fields
    Member

    Hi!

    The first question is rather easy. Please try this code:

    .widget_recent_entries .post-date {
    color: #f00;
    }

    Your second question is actually not possible currently. The issue here is that sometimes, the user name is linked while other times it is not. In cases where it is not linked, there is no element present that allows us to style their name. I’ll check to see if we can come up with a solution for this.

    #133987

    NGAWANG
    Member

    Thanks Michael, and can you please me know if you do come up with a solution for the 2nd issue. I’ll go ahead and mark it as resolved.

    #133988

    NGAWANG
    Member

    Thanks Michael, and can you please let me know if you do come up with a solution for the 2nd issue. I’ll go ahead and mark it as resolved.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change Color of Font in Side Bar Widget’ is closed to new replies.