Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anima9

    (@anima9)

    I still can’t see my highlights :/

    I think it has to do with that “transparent” thing although I have no idea what to put in its place.

    Theme Author featherplain

    (@featherplain)

    Hi anima9.

    Thank you for your message. I’m sorry to late for reply.

    The visual editor’s css reads editor-style.css file which is specific for the editor, not theme’s style.css.
    It’s applied pale-pink background color for highlighted text.


    ::-moz-selection {
    background: transparent;
    background-color: #fcc4e0; // this background color is applied for highlight text
    color: #222222;
    }

    ::selection {
    background: transparent;
    background-color: #fcc4e0; // this background color is applied for highlight text
    color: #222222;
    }

    So, these css settings are reflected for the visual editor. You can’t change this setting, even if you change style.css settings.

    I’d like to just have the default settings for the visual editor’s “selection” css but I’m not sure how to tinker with it.

    I’ll change color settings for the visual editor’s “selection” css, and to be able to see editor-style.css form WordPress dashboard.
    Please wait for next theme’s update ??

    Thread Starter anima9

    (@anima9)

    OMG Thank you. It would be normally alright with me but like I said I’m colorblind which means a light shade of pink might as well be invisible to me specially if you add the brightness of the monitor.

    I’m really happy I got a response. I love the theme although if I can request, would it be alright to add more menu locations?

    Thank you!

    Thread Starter anima9

    (@anima9)

    By the way is your theme stable for the latest version of WP? I’m still on 4.3 and I might update soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't see highlighted text after installing AMETHYST’ is closed to new replies.