featherplain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Amethyst] Problems with latest versionHi! 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.Forum: Themes and Templates
In reply to: [Amethyst] Foundation 6Hi, 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).Forum: Themes and Templates
In reply to: [Amethyst] Can't see highlighted text after installing AMETHYSTHi anima9.
Thank you for your message. I’m sorry to late for reply.
The visual editor’s css reads
editor-style.cssfile which is specific for the editor, not theme’sstyle.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.csssettings.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.cssform WordPress dashboard.
Please wait for next theme’s update 🙂