Hyunjoo Helton Mar 10, 2016 · 9:58 am #3147 Hello,
I’d like to know how to change the dark grey color when the contents are focused.
The red color of the texts is okay but the dark grey laying over white background makes it hard to read the contents.
I have a simple custom css plugin so please give me a hand. I am not very familiar with wordpress style css yet.
Thanks you very much in advance.
Here is the website I am working on now.
http://www.dineasia.net/our-story/
Hyunjoo Helton Mar 10, 2016 · 10:00 am #3148
Andrew Misplon Puro Mar 10, 2016 · 7:29 pm #3150 Hi Hyunjoo
Thanks for reaching out.
Sorry, I’m not quite following your question. Are you asking how to change the color of the main site text? If so, go to Appearance > Customize > Theme Design > Content and change theText Color setting. If that doesn’t help, please, could you try send a little more detail with regards to the part of the page you’re working on. Thanks 🙂
Hyunjoo Helton Mar 10, 2016 · 7:55 pm #3151 Hi,
Thanks for the reply.
What I meant is that I want to change the color that appears when the contents are dragged. If you click the link I attached and drag on any contents there, you will see the dark gray color that appears with the red colored text. I want to remove or change the dark grey color because it makes it very hard to see the texts. I’ve tried Appearance – Customize – These Design – Content but I do not see any way of changing the dark grey color.
Thanks,
Joo
Andrew Misplon Puro Mar 10, 2016 · 7:56 pm #3152 Ahh the select color, yes, sure, one moment….
Andrew Misplon Puro Mar 10, 2016 · 8:00 pm #3153 Try the following added to Appearance > Custom CSS and edit as required. Hope that helps:
::selection {
background: #ACCEF7;
color: #313539;
}
Andrew Misplon Puro Mar 10, 2016 · 8:33 pm #3155 Super 🙂 Glad to hear that did the trick. If anything else comes up, please, let me know.