Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3416024
popular post order number style
Closed

Comments

  • jh131 started the conversation

    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! 

  •  2,541
    PenciDesign replied

    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.



  • jh131 replied

    Thank you!