Home Forums WoodMart support forum Rounded edges for popup widget Reply To: Rounded edges for popup widget

#100102

Hello,

I am trying to find the popup bu see only this page https://gyazo.com/2b61ebaa8a711e9a7030946b0d7abcef

If you want these popups to add the code to the Theme Settings > Custom CSS:

body .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    border-radius: 20px;
}

You can change the value “20” as per your needs.

Best Regards