• Hey guys!
    First of all: I’m new here and I haven’t done much css-stuff for a long time, so please be patient with me ??
    I’m using this theme for https://www.westwerk-bonn.de and I would like to change the link color on the “Recent posts”-Widget to white but I don’t know how.

    I think that’s all for the moment ^^” thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sam

    (@soumendra)

    Hello mrs0asis,

    You can try this in your Custom CSS for achieving that:

    .widgets a {
        color: #fff;
    }

    Thank you.

    Thread Starter mrs0asis

    (@mrs0asis)

    Thank you Sam! I didn’t work but I changed it at the backend of the theme ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the text color on widgets’ is closed to new replies.