Hot to replace close button on popup?
-
Hot to replace close button on popup?
Check screen
Attachments:
You must be
logged in to view attached files.
Hello,
You can translate/rewrite 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
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
In order to translate the Woocommerce strings, you need to create a separate translation in Loco > Plugins > Woocommerce in the same way as shown in the video.
Best Regards
I don’t want to translate, i want to replace close button next to the text
Have you checked the screen?
Hello,
Thank you very much for choosing our theme and for contacting us.
body .popup-added_to_cart {
position: relative;
}
body button.mfp-close {
position: absolute;
right: 0px;
}
Best Regards
Thanks, but position button changing after change the size screen
I need to centered button align from text
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace this code:
body button.mfp-close {
position: absolute;
right: 0px;
}
with this one:
body button.mfp-close {
position: absolute;
right: 0px;
top: 20px;
}
Not worked
Attachments:
You must be
logged in to view attached files.
Hello,
Please change this value: top: 20px;
try top: 15px;
or top: 10px;
When I add a product to the cart I see this: https://gyazo.com/889edfadb1e5ed088e6ca0bb376105ae
If you have any questions please feel free to contact us.
Best Regards