How can I change the dark grey color when contents are focused or active?

  • Author
    Posts
  • #3147

    Hyunjoo Helton
    Participant

    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.

    Our Story

    #3148

    Hyunjoo Helton
    Participant
    #3150

    Andrew Misplon
    Keymaster

    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 🙂

    #3151

    Hyunjoo Helton
    Participant

    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

    #3152

    Andrew Misplon
    Keymaster

    Ahh the select color, yes, sure, one moment….

    #3153

    Andrew Misplon
    Keymaster

    Try the following added to Appearance > Custom CSS and edit as required. Hope that helps:

    ::selection {
        background: #ACCEF7;
        color: #313539;
    }
    #3154

    Hyunjoo Helton
    Participant

    WOW!
    It works!!

    Thank you very much!!!!

    #3155

    Andrew Misplon
    Keymaster

    Super 🙂 Glad to hear that did the trick. If anything else comes up, please, let me know.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Scroll to top