• Resolved ricmil65

    (@ricmil65)


    Can anyone help with the font colour of the widgets and the entire sidebar. I am using a dark background and the font colour in the sidebar is almost invisible.
    I corrected this issue in the overall content and header font colours (which are now white) but I can’t seem to find the way to change the sidebars.
    https://www.nitefoto.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This should work:

    .sidebar .widget-title {
       color: #xxxxxx;
    }
    
    .sidebar .widget ul li a {
        color: #555555;
    }

    I HOPE you are not modifying theme files – but rather using Custom CSS? Otherwise all of your changes will be overwritten when the theme is updated.

    Thread Starter ricmil65

    (@ricmil65)

    That worked!
    Thank you WPyogi!
    And yes, I am using a custom CSS plug in for these mods, not touching the original theme.
    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Colour in Widgets and Sidebars’ is closed to new replies.