- This topic has 7 replies, 2 voices, and was last updated 8 years, 8 months ago by Andrew Misplon.
- AuthorPosts
- March 10, 2016 at 9:58 am #3147
Hyunjoo HeltonParticipantHello,
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.March 10, 2016 at 10:00 am #3148March 10, 2016 at 7:29 pm #3150
Andrew MisplonKeymasterHi 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 🙂March 10, 2016 at 7:55 pm #3151
Hyunjoo HeltonParticipantHi,
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
March 10, 2016 at 7:56 pm #3152
Andrew MisplonKeymasterAhh the select color, yes, sure, one moment….
March 10, 2016 at 8:00 pm #3153
Andrew MisplonKeymasterTry the following added to Appearance > Custom CSS and edit as required. Hope that helps:
::selection { background: #ACCEF7; color: #313539; }
March 10, 2016 at 8:14 pm #3154
Hyunjoo HeltonParticipantWOW!
It works!!Thank you very much!!!!
March 10, 2016 at 8:33 pm #3155
Andrew MisplonKeymasterSuper 🙂 Glad to hear that did the trick. If anything else comes up, please, let me know.
- AuthorPosts
You must be logged in to reply to this topic.