SPUN theme: widgit hyperlink color

  • Unknown's avatar

    I’m working with the SPUN theme I want to change the hyperlink colors in my widgets, both for the active link and the hover. Right now, they are a pale grey that you can hardly see.

    I’ve made the change site-wide for links for entry content, but I can’t seem to figure out the css for when it’s in a widget, or a blogroll link.

    Thanks for any help you can give!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello again hapicat,

    Change the colors to something more suitable for your site’s theme.

    .widget-area a {
        color: red;
    }
    
    .widget-area a:hover {
        color: green;
    }
  • The topic ‘SPUN theme: widgit hyperlink color’ is closed to new replies.