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
#1
Hi

I was wondering, is there a way to set round corner on widgets in the normal visualisation? 

I know how in Touch, but that is not what I need to find.
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply
#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
#3
(05.10.2020, 06:11)admin Wrote: 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.


Great! thx!
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply


Forum Jump: