Before you ask please READ THIS

Changing text colour in footer widgets

Hi there,

I'm trying to change the font colour in footer widgets, I can change in text/HTML widget my font colour, but when I have links in the widget for example (menu widget or contact widget) I can't change the colour there.
I tried with CSS and I tried with changing the links colour in customise-general settings-content styles, nothing helped.

https://prnt.sc/gk73mq

Thanks,
Anja

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    Colors for footer widgets are defined depending on your background color for it.
    It is selected with option Customizing ▸ General settings▸ Footer▸ Widgets colors.

    You change them using such selectors in custom CSS:

    .dark-sidebar a{
    color: #fff;
    }
    .dark-sidebar a:hover{
    color: #ddd;
    }
    With kind regards.
  • Excellent, thank you! :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!