d7ac
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)I found a way to get it to work in chrome on windows by adding this class
/* Chrome/Opera/Safari */ .site .widget_product_search input::placeholder { color:#F00!important; }
Thanks for the help! ??
(I always use a plugin called Clear Cache to reload my pages, it deletes all the browing data I specify)
- This reply was modified 7 years, 8 months ago by d7ac.
Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)Its working on firefox and edge, but not on chrome.
Any ideas?Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)The very first div on every wordpress page has id “page” and class “site”.
Also all my styles that are not page-specific begin with .site, I keep a better overview that way, that is certainly not the problem.Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)I assume you’ve found the link to my website on the storefront support thread
Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)I have added these lines back to the stylesheet
/* Chrome/Opera/Safari */ .site .widget_product_search input::-webkit-input-placeholder { color:#F00!important; } /* Firefox 19+ */ .site .widget_product_search input::-moz-placeholder { color:#F00!important; } /* IE 10+ */ .site .widget_product_search input:-ms-input-placeholder { color:#F00!important; }
Forum: Plugins
In reply to: [WooCommerce] How to Style the Search Placeholder Text (Storefront Theme)Hi, thanks for the reply, I have tried this already but it did not work (using !important also). A mod from the storefront theme is currently looking at it, I hope we can get this figured out. The styling may be in the javascript, which is why it doesn’t work, I don’t know..
Forum: Themes and Templates
In reply to: [Storefront] How to Style the Search Placeholder TextI’m keeping the search area white for now, but would make it blend into the background more if only I could get the placeholder text to be white.
Thanks for the quick response, I hope you can figure it out! ??
Forum: Plugins
In reply to: [Invoices for WooCommerce] Cannot Set Company Logo ErrorHi, latest version of plugin and wp.
As it turns out it only does not work on staging environment.
My host is Siteground, automatic staging url created by Siteground is like this: staging1.domain.com
I hope that helps in some way.PS: A great feature would be to have seperate fields for ‘Ship to’, ‘Return to’, ‘Invoice by’ and ‘Invoice to’.
I currently have to edit the template to achieve this, that way my invoices double as packing slips when folded correctly.Great plugin!