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 #4540256
Change colors for OL/LI
Open

Comments

  • Nelson started the conversation

    Hello.

    First thank you for this great theme. Im loving it for the project

    I need some help.

    I need to change the text color for the li/lo soledad costum list.

    How can I do it?

    Best regards

  •  3,070
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    ul.penci_list_shortcode li {
      color: #000;
    }
    .penci_list_shortcode li:before {
      color: #000;
    }
    

    Regards,
    PenciDesign.