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 #2840355
Color text
Closed

Comments

  •  1
    Paxos started the conversation

    I can't find where to change the color of this text in the image

  •  2,492
    PenciDesign replied

    Hi,

    For the text colour: please go to Appearance → Customize → General → Color: General Text Colors,

    For the button: please change at:

    • Custom General Buttons Background Color
    • Custom General Buttons Text Color
    • Custom General Buttons Hover Background Color
    • Custom General Buttons Hover Text Color

    Regards,
    PenciDesign.

  •  1
    Paxos replied

    it doesn't change the color of any of those except some text I want white

  •  2,492
    PenciDesign replied

    Hi,

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


    .penci-readmore-btn.penci-btn-make-button a {
        background-color: #bf9f5a; /* change button background */
        color: #fff; /* change button text color */
    } .penci-readmore-btn.penci-btn-make-button a:hover {
        background-color: #ffa500;  /* change button hover background */
        color: #fff; /* change button hover text color */
    }

    Change the colour properties by your custom value.

    Regards,
    PenciDesign.