How can I change the style of the order numbers on the Soledad popular post widget? They are a solid black circle with a white number. I would like to change the black background to another color (with a white number) OR change the background color to white and have black numbers. Thank you!
How can I change the style of the order numbers on the Soledad popular post widget? They are a solid black circle with a white number. I would like to change the black background to another color (with a white number) OR change the background color to white and have black numbers. Thank you!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.penci_recent-posts-sc ul.side-newsfeed li .number-post, .widget ul.side-newsfeed li .number-post {background-color: #000;
color: #fff;
border-color: #000;
}
Regards,
PenciDesign.
Thank you!