• Resolved chvtech

    (@chvtech)


    Hi guys, I am wondering how can I increase the size of the close X button? Getting some complaints that it sometimes does not click when clicked.

    Can I override in my child theme?

    https://prnt.sc/v7ohuz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @chvtech ,

    Please add this CSS in your stylesheet:

    .notificationx-close svg {
        width: 20px !important;
        height: 20px !important;
    }

    This will increase the size of the close X button. Increase/Decrease the value of 20 as per your requirement.

    Thanks!

    Thread Starter chvtech

    (@chvtech)

    Worked perfectly, thank you @abidhasan112 for your support.

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