Popular Categories and WP Recent Posts in same color/style

Posted in: Newspaper
Post count: 43

Hello, I’m in the Visual Composer and when I add the element “Popular Categories” and “WP Recent Posts” the colors are not the same.

Is there a way to make them look the same? I realize WP Recent Posts is made by WordPress, and Popular Category came with the Theme… Is there an element made by the theme that I can use for Recent Posts instead?

Post count: 20688

Hi,

You could make them look the same using css, like this example here – https://www.screencast.com/t/YYnkFnKITqL where I used this code (you can change the color to what you need) just enter it in Theme panel->Custom Css

.widget_recent_entries .widgettitle,
.widget_recent_entries .widgettitle:after {
background-color: #4db2ec;
}

Please let me know if this works for you or you need further help.
Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.