Home › Forums › Basel support forum › Woocommerce messages changing color?
Woocommerce messages changing color?
- This topic has 14 replies, 4 voices, and was last updated 7 years, 4 months ago by Artem Temos.
-
AuthorPosts
-
August 27, 2017 at 10:53 am #18183
yvo010ParticipantHi,
Can you tell me how I can change the colors of the woo commerce notifications?
https://ibb.co/iXOnXQthanks!
August 27, 2017 at 11:08 am #18184
Artem TemosKeymasterHi,
Here is a code snippet that you can add to the Custom CSS to change the color
.woocommerce-error { color: red; /* Change text color */ border-color: red; /* Change border color */ }
Regards
August 27, 2017 at 11:29 am #18185
yvo010ParticipantHi,
Thanks for the reply.i paste:
}
.woocommerce-error {
color: #0000;
border-color: #0000;
}
But the color is still the sameAugust 27, 2017 at 11:58 am #18186
Artem TemosKeymasterTry this one instead
.woocommerce-error { color: #000; /* Change text color */ border-color: #000; /* Change border color */ }
August 27, 2017 at 12:59 pm #18187
yvo010ParticipantStill no change..
But it are not errors, it is just a notification.
maybe another custom css will help?August 27, 2017 at 1:15 pm #18191
yvo010ParticipantAlso I have another question:
I have a ‘new’page And a ‘sale’ page with a shortcode from woocommerce. Is it possible to add shop-product filters on this page?Thanks a lot
August 27, 2017 at 6:57 pm #18200
Artem TemosKeymasterCan you please provide us a link where we can see these messages?
Sorry, but WooCommerce filters work only on the shop page.
August 27, 2017 at 8:10 pm #18207
yvo010ParticipantYou must be log in with My account And then you see in cart page What I mean.
August 28, 2017 at 6:39 am #18217
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woocommerce-info { color: #000; /* Change text color */ border-color: #000; /* Change border color */ }
Regards
August 28, 2017 at 8:58 am #18225
yvo010ParticipantThanks for the help. I will try it tonight.
Can you please help me solve my issue with the product filters on the ‘recent products’ page and the sale page? If it costs money because it is a lot of work for you its not a problem, you can tell me how much?
August 28, 2017 at 11:20 am #18227
Eric WatsonParticipantHello,
Could you please describe in detail your problem or make screenshots so that we can solve this issue.
Kind Regards
XTemos StudioAugust 28, 2017 at 6:45 pm #18287
yvo010ParticipantHi,
Look in the private contentAugust 29, 2017 at 6:14 am #18301
Artem TemosKeymasterHi,
The problem is that WooCommerce products filters work only on the shop page. There is no way to integrate these filters for other pages created with Visual Composer even with the additional custom code.
Regards
August 29, 2017 at 7:15 am #18314
yvo010ParticipantDo you know another way to make a page with recent products And sale products? With filters?
August 29, 2017 at 8:26 am #18319
Artem TemosKeymasterAs these filters work only on the shop and on product categories pages, you can create a category called “Sale” and put all products with the sale price to that category.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register