Title: Close button
Last modified: December 11, 2019

---

# Close button

 *  Resolved [marcello.brunaldi](https://wordpress.org/support/users/gamma42/)
 * (@gamma42)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/close-button-27/)
 * 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
    -  This topic was modified 6 years, 6 months ago by [marcello.brunaldi](https://wordpress.org/support/users/gamma42/).
    -  This topic was modified 6 years, 6 months ago by [marcello.brunaldi](https://wordpress.org/support/users/gamma42/).
    -  This topic was modified 6 years, 6 months ago by [marcello.brunaldi](https://wordpress.org/support/users/gamma42/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/close-button-27/#post-12232824)
 * Hi [@gamma42](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/close-button-27/#post-12232824)
 * Status: resolved