Home › Forums › WoodMart support forum › Notification color
Notification color
- This topic has 18 replies, 2 voices, and was last updated 6 years ago by
Elise Noromit.
-
AuthorPosts
-
February 14, 2019 at 1:13 pm #107476
mehmetParticipanthow can i change all alert and notifications message background color? http://prntscr.com/mkwvgp
February 14, 2019 at 3:45 pm #107525
Elise NoromitMemberHello,
The message background is changed by a custom CSS. Add this code to the Theme Settings > Custom CSS > Global
body .woocommerce-message{ background-color:red; } body .woocommerce-info{ background-color:red; }
Replace the “red” with the color as per your needs. If you find a message which has not changed the color, provide page URL and specify what steps I should take to see it. I will provide CSS for it.
Best Regards
February 14, 2019 at 7:49 pm #107570
mehmetParticipantnothing change.
February 15, 2019 at 6:54 am #107601
Elise NoromitMemberHello,
Please provide your valid site admin access to the private area.
Best Regards
February 15, 2019 at 8:02 am #107617
mehmetParticipantcheck private area
February 15, 2019 at 9:15 am #107635
Elise NoromitMemberHello,
1. You need to correct your CSS errors otherwise no code would work. http://prntscr.com/mlehwf
2. Replace the code:
body .woocommerce-message{ background-color:red; } body .woocommerce-info{ background-color:red; } body .wpcf7-mail-sent-ok{ background-color:red; } body div.wpcf7-validation-errors{ background-color:red; }
Best Regards
February 15, 2019 at 9:26 am #107642
mehmetParticipantnothing change add to cart button. please check your code before sent me.
February 15, 2019 at 10:18 am #107664
Elise NoromitMemberFebruary 15, 2019 at 10:43 am #107670
mehmetParticipantThank you Elise,
You r an angel.
February 15, 2019 at 11:10 am #107676
mehmetParticipantnewsletter ok message still green can you please provide css? thanks.
other question: how can i change this text with turkish language?
February 15, 2019 at 1:27 pm #107702
Elise NoromitMemberHello,
Add this code:
body .mc4wp-success, body .mc4wp-error{ background-color:red; }
You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
We suggest you to keep translated files in wp-content/languages/themes/woodmart-pt_PT.po folder.
Best Regards
February 15, 2019 at 2:09 pm #107716
mehmetParticipantwhich plugin is this?
February 15, 2019 at 3:36 pm #107733
Elise NoromitMemberHello,
Translation plugin is Loco Translation it is free. https://wordpress.org/plugins/loco-translate/
Best Regards
February 17, 2019 at 5:59 pm #108004
mehmetParticipantwhen i click wishlist button notification color: http://prntscr.com/mmbpdb
can you provide css
February 17, 2019 at 8:32 pm #108030
Elise NoromitMemberHello,
When I delete I see this http://prntscr.com/mmdnso
When I add I do not see any notifications
Best Regards
February 18, 2019 at 2:42 pm #108180
mehmetParticipantcan you please provide css: http://prntscr.com/mmq00e
click favorilere ekle button in sigle product page.
Can you please provide css: http://prntscr.com/mmq1dh
thanks.
February 18, 2019 at 6:32 pm #108243
Elise NoromitMemberHello,
When I add the product to the Wishlist on the product page I just get to the Wishlist without any notifications. Please provide page URLs
Best Regards
February 19, 2019 at 8:04 am #108306
mehmetParticipantTry homepage heart button: https://lilapaper.com/
and
try here: https://lilapaper.com/product/classic-wooden-chair-2/
February 19, 2019 at 9:31 am #108331
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global
body #yith-wcwl-popup-message{ background-color:red; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register