Modularity Lite – Sidebar Widget Title Color

  • Hello,

    I was wondering if it’s possible to change the title color for all of the widgets on the sidebar in the Modularity Lite theme. I found a thread with a way to change the text color (but not titles), which I also used to change the text under “Categories” from blue to white in order to match everything else, but I haven’t been able to find how to do the same for the titles (“Recent Posts”, “Archives”, etc.). I found such code for the Oxygen theme and gave it a try but it did not work.

    Thanks!

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

  • Also, is there a way to change the spacing vertical between each link under “Categories” so that it’s the same as all other sidebar links? Maybe I’m crazy, but I swear those links are closer together than ones under other widgets, which would make sense since it appears to use a different code (making the links previously blue).

  • Try this:

    #sidebar .widget_categories ul li {
      margin:6px 0;
    }
    
    #sidebar h3.sub {
      color:#fff;
    }
  • Perfect! Thank you so much! :)

  • The topic ‘Modularity Lite – Sidebar Widget Title Color’ is closed to new replies.