• Resolved spacesword

    (@spacesword)


    All the text in the sidebar, including the text in the categories widget, is really, really light gray and vary hard to see against the white background, but I haven’t been able to find any options to change the color of that text. Is there some way this can be done?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    Could you please post your website URL, so I can provide you with an exact guidelines?

    I found how to change the text color in the sidebar:

    Add this to Theme Options – Other – Custom CSS

    #secondary .widget a {
    color: #FF0040;
    }

    Hi,
    I added the above text to my Theme Options – Custom CSS, but I don’t see anything different or notice where it allows me to change the font color. Is there something I am missing or not seeing? I would like to change my widget font color as well.

    Thanks!!

    agilitygirl

    Go to–
    APPEARANCE
    THEME OPTIONS (NOT THEMES)
    OTHER (NEXT TO SOCIAL)
    In the CUSTOM CSS field paste this–

    #secondary .widget a {
    color: #0101DF;
    }

    DON’T FORGET to “save options”

    You can change the color by choosing a different HTML color code. The HTML color code is #0101DF
    #0101DF is a dark blue
    Google “Html color codes” for more info.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text in sidebar’ is closed to new replies.