• Resolved jetpack1

    (@jetpack1)


    Hi there – Popups for Divi plugin – Is there any way I can increase the size of the small X (Used to close the popup window – found in the top right area, when popup window is open)? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jetpack1

    (@jetpack1)

    I found some CSS online searching for “.da-close”that I am playing around with. All seems to work OK. Sample of what I am using is below if anyone else did not know!

    .da-close {
    font-size: 82px!important;
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
    color: #FF0000!important;
    top: 80px!important;
    right: 80px!important;
    left: auto!important;
    background-color: blue!important;
    }

    .da-close:hover {
    background-color: #32CD32!important;
    }

    Hi @jetpack1,

    Thank you for your suggestions. I appreciate your contributions.

    I checked, confirmed, and found that the code does help in customizing the size of the close button.
    See here: https://share.getcloudapp.com/xQuRoYGn

    You can also find our knowledge base article “How to customize the close button” for further styling.
    See here: https://divimode.com/knowledge-base/how-to-customize-the-close-button/

    Thank you, once again. Please do not hesitate to ask any further questions. I appreciate your efforts. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close Button Size (Small x)’ is closed to new replies.