Home Forums WoodMart support forum Pop up close button

Pop up close button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234074

    emyeele
    Participant

    Can you please assist me in making a button able to close the module pop up, such as this example.. it says….

    “Continue without $35 off”

    Thanks in advance!

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-promo-popup {
    	position: relative;
    }
    
    body button.mfp-close {
        position: absolute;
    	  right: 0px;
    }

    Best Regards

    #234223

    emyeele
    Participant

    Not exactly what I was looking for, but thanks anyway. a bit better.

    What I am looking for is to be able to add an actual Close Button as well, under the Unlock Button. What would I put here? (please see screenshot)

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

    Hello,

    The button you show on the screen relates to the plugin.

    Please provide more details on how you want it to work. Describe step by step actions.

    Best Regards

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