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 #3570534
Where do I change the color here has been it all through now several times
Closed

Comments

  •  1
    bavnild started the conversation

    Where do I change the color here has been it all through now several times

    1864610390.png

  •  2,267
    PenciDesign replied

    Hi,

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

    .penci-sidebar-content a {
        color: #000;
    }

    Change  #000 with the color you want to show.

    Regards,
    PenciDesign.



  •  1
    bavnild replied

    it doesn't work

    6448262823.png
  •  2,267
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .penci-sidebar-content a {
        color: #000 !important;
    }

    Regards,
    PenciDesign.