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 #3563371
Selecting text
Closed

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    After updating the theme I see that selecting the intro text, it's black. How can I change it to a the 'normal' color? See: https://prnt.sc/ubZraxg9Ovac

  •  2,267
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Colors → Selector Text Color: change the color at this option.

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Hi,

    It doesn't work for the intro text. It stays black. All the other content get another color, only the intro text not...

  •  2,267
    PenciDesign replied

    Hi,

    For this specific situation, please send me your WordPress admin account details through a PRIVATE message. I will then log in and make an effort to assist you in diagnosing and resolving this issue.

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Hi,

    I never give away admin details, I just asked how I can adjust the color. Your advice to adjust it in the 'Customize' section works for all the content, except the intro text. It suddenly occurs after the last update...

  •  2,267
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    /* overriding colors */
    ::-webkit-selection {  background-color: highlight; color: highlighttext;
    }
    ::-moz-selection {  background-color: highlight; color: highlighttext;
    }
    ::selection {  background-color: highlight; color: highlighttext;
    }

    Resource: https://stackoverflow.com/questions/33448213/how-to-reset-background-color-of-selection

    Regards,
    PenciDesign.