mikaselm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Right and Left Align Images: Works in Visual Editor, Breaks on PageJust to add more weirdness… on this page:
http://space-jewelry.com/interplanetary-designs
My image displays perfectly fine. When I copy that exact same code and paste it into the blog post, the image appears on top of the text instead of being wrapped… Do posts and pages treat images differently?
Thanks,
Mika
Forum: Fixing WordPress
In reply to: Styling Form Dropdown for Usability?Ah ha, I’ve discovered it and I ‘m leaving the answer here just in case it helps someone else:
.select2, .select2-container, .select2-container–default, .select2-container–below, .select2-container–open {
color: #000000!important;
}Forum: Fixing WordPress
In reply to: Styling Form Dropdown for Usability?Thank you! How do I go about removing that rule? If I put it into my custom CSS section like this:
.body, .widget-area .widget a {
color: #000000;
}The only thing that turns black is the text in my widgets. It doesn’t seem to effect the body of the page at all. Weirdly, if I inspect the element in chrome, and change that color there, it does effect everything.
Forum: Fixing WordPress
In reply to: Styling Form Dropdown for Usability?Screenshot here: https://www.screencast.com/t/McTdtfLiAC
Forum: Fixing WordPress
In reply to: Styling Form Dropdown for Usability?Just for a little further info, other WooCommerce generated options (product variations, for example) look great. White background, black text.