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.

Rounded corners in widgets
#2
You can change that via Custom CSS.
All widgets:
Code:
.layer-widget {
  border-radius: 30px;
}

Specific widget:
Code:
#widget-5 {
  border-radius: 20px;
}

5 is widget ID, you can find the id when editing widget properties.
   
Reply


Messages In This Thread
Rounded corners in widgets - by Trond Hoyem - 04.10.2020, 09:00
RE: Rounded corners in widgets - by admin - 05.10.2020, 06:11

Forum Jump: