May 07, 2024 6:48 pm
I didn't notice that users could highlight text to automatically quote the text in their reply. Awesome feature!
However, where are the settings to control the color? It's currently a dark color highlight on dark text, which makes the text difficult to read. Screenshot attached.
3 Replies
May 08, 2024 11:34 am
You can use this CSS code:
.wpforo-post-content ::selection { color: #659fbe !important; background: #777777 !important; }
The red-marked value can be changed as you like.
Jun 12, 2024 7:16 pm
This changed the highlight color when highlighting inside the topic, but not topic title. (screenshot). Is there a CSS change to change all highlights?