This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Widgets with rounded corners
#1
Hello Dears, 
Could I change the widget to rounded corner via CSS or JS?
Best Regards,
Reply
#2
Try this
Code:
.layer.layer-centered.layer-widget{
    border-radius: 20px; !important;
}
------------------------------
Ctrl+F5
Reply
#3
(03.08.2023, 09:49)Daniel Wrote: Try this
Code:
.layer.layer-centered.layer-widget{
    border-radius: 20px; !important;
}

Work Perfect 
Thank you
Best Regards,
Reply


Forum Jump: