• Hi there,

    is there a way to edit the close button in popups?
    Can you suggest me the css code?
    I would like to have the X inside the popup, just in the top right corner, also it would be nice to make it bigger.

    Cheers

Viewing 1 replies (of 1 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @gamma42

    I hope you’re doing fine!

    To move the close button you can use following CSS code:

    .hustle-button-close {
    	position:absolute;
    	top:20px;
    	right:20px;
    	
    }

    Most likely, you’ll want to tweak the top and right values (increase or decrease them) to position the button where you want it to be, I only used example values.

    To change the button size this code:

    i.hustle-icon-close {
        font-size:22px;
    }

    Here you might also adjust the “font-size” value to fit your needs.

    Both these CSS codes can be added to the “Custom CSS” option in your popup “Appearance” settings.

    Best regards,
    Adam

Viewing 1 replies (of 1 total)
  • The topic ‘Close button’ is closed to new replies.