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 #3116999
change color
Closed

Comments

  • chichigou started the conversation

    two quesitons

    1. How to change the txt background color when I choice some text (plz check my picture)

    2. How to change the txt of the article text color  (not headline, just regular text )

    thank you so much!

  •  2,488
    PenciDesign replied

    Hi,

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

    .entry-content ::selection {
        background-color: #f1f1f1;
    }

    Change #f1f1f1 with the color you want to show.

    2. Navigate to Appearance → Customize → General → Colors: change the color at the "General Text Colors" option field.

    Regards,
    PenciDesign.