widget font color

  • Unknown's avatar

    The widget font color is green, I want it to be white. I’ve gone to CSS and changed the color icon, but cannot figure out how to save that change. I have the customize upgrade. I am able to change the font style and the overall color scheme.

    thanks

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

  • Hi Christine – I see the widget font is mostly white now, but a few are still green. To fix the rest, go to Customize->CSS and paste this code into the CSS window and save:

    a:link, a:visited, .widget_twitter ul li a, .widget_rss ul li a, .widget_tag_cloud a:hover {
        color: #FFFFFF;
    }

    Let me know how that works!

  • Unknown's avatar

    Thanks!

    Nothing I tried was working, the code appears to have worked just fine.

    christine

  • The topic ‘widget font color’ is closed to new replies.