Hi
is it possible to make the corners of the whole widget abit more round?
Sadly my code didn’t really work out :/, It messed up the other boxes as well.
body {
border-radius: 10px;
}
Hi
is it possible to make the corners of the whole widget abit more round?
Sadly my code didn’t really work out :/, It messed up the other boxes as well.
body {
border-radius: 10px;
}
Greetings @CrazyWolf and welcome aboard
Sure thing, will be happy to assist!
I’ve forwarded your request to our devs. We’ll keep you in the loop
Hi @CrazyWolf,
You can use this code in your Custom CSS section:
.eapp-weather-weather-info {
border-radius: 40px;
}
You can adjust the actual value as you like. Let me know if it works for you!
Thank you a lot, it works perfectly!