Home Forums WoodMart support forum Hot to replace close button on popup?

Hot to replace close button on popup?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #327044

    fineorganics
    Participant

    Hot to replace close button on popup?
    Check screen

    Attachments:
    You must be logged in to view attached files.
    #327080

    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

    #327144

    fineorganics
    Participant

    I don’t want to translate, i want to replace close button next to the text
    Have you checked the screen?

    #327188

    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

    #327228

    fineorganics
    Participant

    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.
    #327265

    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;
    }
    #327360

    fineorganics
    Participant

    Not worked

    Attachments:
    You must be logged in to view attached files.
    #327418

    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

Viewing 8 posts - 1 through 8 (of 8 total)