Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there gurumeet,

    Hope you’re well today!

    This can be done with some custom CSS. Could you please try adding the following code to Appearance >> Theme Options >> Other >> Custom CSS:

    #secondary .widget {
    color: #000;
    }

    This should change the text color in sidebar to black. If this doesn’t work could you please post link to yours site so I can take a look?

    Hope this helps 🙂

    Cheers,
    Bojan

    hi!

    how about class widget widget_recent_entries?

    it seems no matter how i set it to black is still persists to gray

    this is what i did to no avail

    #secondary .widget .widget_recent_entries {
    color: #000;
    }

    Hey there chitgoks,

    How are you doing today?

    Could you please post link to your site where you want to change and explain color of which part are you looking to change so I can take a look?

    Looking forward for your response 🙂

    Cheers,
    Bojan

    hi bojan

    http://wuhtevah.chitgoks.com

    right sidebar bottom most

    there is a recent posts section

    the texts are gray. id like to change it to black

    Hey again chitgoks,

    Thanks for the link, the reason that doesn’t work is because that is not text but links, to change the color of those links in recent posts widget please try adding the following

    #secondary .widget_recent_entries a {
      color: #000;
    }

    This should be the result http://screencast.com/t/oc6f2ASW.

    Please let me know if this helps 🙂

    Cheers,
    Bojan

    hi

    i actually tried it in theme options but setting the color of the links didnt work

    this is better thank you

    Glad I could help 🙂

    Cheers,
    Bojan

    Hi…..Url of my site is http://www.chahataarora.in/ and I am trying to change the color of sidebar from grey to black.

    I have tried Appearance >> Theme Options >> Other >> Custom CSS:

    #secondary .widget {
    color: #000;
    }

    But it is still grey. Please help me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sidebar font color sparkling theme’ is closed to new replies.