Skip to content
Public Ticket #27386

Selecting text

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



tim-nieuwpoort replied

Customer Reply

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...

PenciDesign Supporter replied

Staff Reply

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.


tim-nieuwpoort replied

Customer Reply

Hi,

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

PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.


tim-nieuwpoort started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.