Home › Forums › WoodMart support forum › Notification bar settings?
Notification bar settings?
- This topic has 3 replies, 3 voices, and was last updated 5 years, 3 months ago by
Elise Noromit.
-
AuthorPosts
-
October 16, 2019 at 4:43 pm #150519
mattwolvesParticipantHello,
Wondering where I can find the settings to customize color and font sizes for bottom bar notifications. I don’t use that yellow or green color anywhere in my theme, so I assume they are unchanged from the demo.
I’ve attached a screen grab to clarify what I mean by “bottom bar” where it says “your cart is currently empty”.
Thank you,
MattAttachments:
You must be logged in to view attached files.October 16, 2019 at 8:50 pm #150558
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Our theme does not have option to change WooCommerce notification styles. We can suggest you custom CSS. Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-message{ background-color:red; font-size:12px; } body .woocommerce-info{ background-color:red; font-size:12px; } body .wpcf7-mail-sent-ok{ background-color:red; font-size:12px; } body div.wpcf7-validation-errors{ background-color:red; font-size:12px; } body .mc4wp-success, body .mc4wp-error{ background-color:red; font-size:12px; }
Set the color and size as per your needs.
Best Regards
December 3, 2019 at 1:54 pm #160817
TigoVapeParticipantHi, I used this CSS code but I still having notifications of the original color, please look the attached screenshot. Also is it possible to remove warning icon?
I would the notifications to be as simple as this second screenshot ¿Can you please provide a CSS code for that?
Thank you
Attachments:
You must be logged in to view attached files.December 3, 2019 at 4:50 pm #160867
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-message{ background-color:white; color:#000000; } body .woocommerce-info{ background-color:white; color:#000000; } body .woocommerce-error{ background-color:white; color:#000000; } body .wpcf7-mail-sent-ok{ background-color:white; font-size:12px; } body div.wpcf7-validation-errors{ background-color:white; color:#000000; } body .mc4wp-success, body .mc4wp-error{ background-color:white; color:#000000; }
Best Regards
-
AuthorPosts
Tagged: bottom bar, notification alert, notification bar
- You must be logged in to create new topics. Login / Register