Woo update and a few questions
-
Hi there! Just updated Woodmart to 2.1 🙂 thanks for the good work on fixing things. I see that there is a woocommerce update available to 3.3.4, is it safe to update? Also, I would like to remove the RED (primary color) hover text from the menu html blocks, check the link down below please. Also, I’m trying to use the new login sidebar, I tried translating the “No account yet?” sentence but no luck with loco translate, can’t find the string (I believe it’s called) anywhere.
Thank you 🙂
Hello,
Yes, you can update the WooCommerce plugin without any worries.
As for the translation, you are right, it is missed in the latest update. Try to replace the current PO file in themes\woodmart\languages
with this one https://drive.google.com/file/d/1NuBRUD2njrVc2inXQTQkFbMT5wivV66g/view?usp=sharing
Then go to “Loco Translate” plugin and click on “Sync” button to update it.
Regards
Thank you, it worked. 🙂 Could you please help me with my other issue?
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the red color
body .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover {
color:black;
}
Thank you! 🙂 One more question. Is there a way to transform the newsletter pop-up into an age verification? Just a simple yes or no questions, like, are you over 18? if yes the pop-up disappears, if no you get redirected to google or something. If it’s not possible, is there a plugin that you recommend?
Sorry, but there is no such ability for our newsletter popup window.