Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author featherplain

    (@featherplain)

    Hi! Sorry to late for reply.

    The theme is updated to v2.0.2, fixed this issue.
    Please update your theme and check the bullets are displayed on your visual editor.

    Theme Author featherplain

    (@featherplain)

    Hi, Thanks for your message.

    Yes, the theme will use Foundation 6.x.
    But switching version 5.x to 6.x will be when the theme update to v1.1.0 later or v2.0.0(major update).

    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 🙂

Viewing 3 replies - 1 through 3 (of 3 total)