Border for the Background

Hello,
how can i set custom css borderline and bordercolor for the background?

Thanks

1 Like

Sure! Please try out the code below and let me know if it worked :slight_smile:

[class*="Background__Container-sc-"]
[class*="Background__Base-sc-"] {
  border: 2px solid #40bbed;
}
1 Like

Hello Helga,
it works fine. You ar the Best Helga. :smile:

regards sina

1 Like

That’s awesome, thanks for the update!

We’re always here in case of any questions :smiling_face:

1 Like

Hi, how do I add padding to the border created?

1 Like

Hi @Alex_Thng!

Please try to add the following CSS code right after the previous one:

[class*="WidgetBackground__Content-sc"] {
  padding: 15px 20px !important;
}

Let me know if it works! :blush:

2 Likes