Hi guys,
Thx for the great theme and the brilliant support so far.
Unfortenately, I couldn’t find a solution for this problem in the forum yet:
1) Which theme settings are responsible for background color and font color of text selections?
2) How can I change background-color (& font color) of text selection in Quick CSS?
Thx for your help!
Best regards,
sorromAT
Hi sorromAT,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard,
You find the link attached.
As you can see, the color of selected text is blue at the moment.
I want it to be green with blue text. (:
Thx for your help!
Hi!
Please insert the below css into your custom css section:
::-moz-selection {
background: #61993b !important;
}
::selection {
background: #61993b !important;
}
You can adjust the background color as needed.
Best regards,
Dake
Hi Dake,
It works! (:
Thank you so much!