Site logo

Archived topic

Recent Posts Sidebar widget

5 replies · Started by Karen on January 20, 2022

Viewing posts 1–6 of 6

For whatever reason, the color of the font in the recent posts widget area is white and I have not been able to change the color to black. When I delete the recent post widget from the sidebar, the category widget which is showing a blue color, moves up and the color of that changes to white. I have added the css in the code:

.sidebar .recent-posts-extended a:hover {
color: #000000;
}

and it is still not changing. I have gone to the colors in customizer and changed the sidebar text to black, and still no change. I don't know what else to do. When I attempt to go to the settings in generate press and change colors, I get a "bad request"

Where do i make this change so that the text in the recent post sidebar is #000000

Hi Karen,

Can you link us to the page in question? So we can inspect the sidebar's recent post widget to see its appropriate selector for CSS styling.

Let us know. :D

Try this CSS:

.widget_recent_entries li a {
    color: black !important;
}

That worked! Thank You!

No problem. :D

This archived topic is closed to new replies.