• rogierthe

    (@rogierthe)


    Dear Divimode,

    First of thank you very much for this plug in, I absolutely love it and fits perfect with my website.

    I have one quick question, is there a way to make the close button (the X in the right corner) just a bit bigger to make it more visible, make pop up is quite big and the X button is quite small in comparison.

    I appreciate the support in advance, thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • ausyed

    (@ausyed)

    Hello @rogierthe ??

    Thankyou for your feedback!

    We at divimode are committed to provide the best user experience. Regarding the close button, you can always achieve that with simple css. I have came up with some css that should work – first one changes the icon color (Optional for you) and transforms the size, you can always delete the color. The second rule adds a second color for the hover state (but that’s optional).

    .area-outer-wrap .da-close {
    color: red!important; transform: scale(1.25);
    }

    .area-outer-wrap .da-close:hover {
    color: green!important;
    }

    Please get back to me, in-case of any query:

    Regards,
    Syed

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