Home › Forums › WoodMart support forum › Rounded edges for popup widget › Reply To: Rounded edges for popup widget
January 5, 2019 at 5:03 pm
#100102
Elise Noromit
Member
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