Rounded Corners

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;
}

1 Like

Greetings @CrazyWolf and welcome aboard :tada:

Sure thing, will be happy to assist!

I’ve forwarded your request to our devs. We’ll keep you in the loop :slightly_smiling_face:

1 Like

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!

3 Likes

Thank you a lot, it works perfectly!

3 Likes