Modify color of text in Recent Posts widget in Sidebar

  • CKW

    #2809

    I used the following css code to modify the color of the text in the Recent Posts widget in the sidebar:

    #recent-posts-2 h2 a {
    color:#120d91;
    }

    #recent-posts-2 h3 a {
    color:#120d91;
    }

    I did this since I did not know if the text was h2 or h3. My site is at:

    http://www.govstrategicsolutions.org/wordpress

    I would appreciate any assistance that can be provide. BTW – can I also change the color of the date showing with post/excerpts?

    Anonymous

    #22007

    I think it’s a post-title class.

    You can change for ALL widget’s by adding this:

    #sidebar a, a:visited, a:hover {
    color: #120D91;
    }

    in custom css over admin panel, or in child-theme style.css.

    Josh? Ken? I’m pretty sure you crack that 🙂

    CKW

    #22008

    This worked for me. Appreciate the support and may 2012 be a good year for you…

    Mod

    Kenneth John Odle

    #22009

    Actually, you can change many of the widget features from within Graphene options.

    As far as the date is concerned, if you are talking about the thing on the upper left hand corner that looks like a page from a calendar, that’s a sprite image. More information is here:

    https://forum.graphene-theme.com/graphene-support/sprite-images

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

  • You must be logged in to reply to this topic.