• Resolved NolaWordP

    (@nolawordp)


    I’m using Grunge wall and any of the sidebar widgets with custom text added- text box, image with description, etc the font is dark gray and very small. On a black background it’s very hard to read. Does anyone know how to change the font color for the sidebar and maybe the font size? I’ve looked in the style.css and the sidebar editor but don’t know exactly what to change. I’m a novice at php so any help would be greatly appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter NolaWordP

    (@nolawordp)

    sure- it’s https://neworleansbook.com

    The theme is Grunge Wall. The problem is the text in widgets on the sidebar are extremely hard to read.

    Try editing style.css and changing:

    #sidebar ul li {
    list-style-image:none;
    list-style-type:none;
    margin-bottom:15px;
    padding:10px 0;
    }

    to:

    #sidebar ul li {
    list-style-image:none;
    list-style-type:none;
    margin-bottom:15px;
    padding:10px 0;
    font-size:1.2em;
    color:#999;
    }
    Thread Starter NolaWordP

    (@nolawordp)

    Wow- that worked great. Thanks esmi!

    You’re welcome. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change font color in sidebar widgets- Grunge Wall’ is closed to new replies.