Hello,
how can i set custom css borderline and bordercolor for the background?
Thanks
Hello,
how can i set custom css borderline and bordercolor for the background?
Thanks
Sure! Please try out the code below and let me know if it worked
[class*="Background__Container-sc-"]
[class*="Background__Base-sc-"] {
border: 2px solid #40bbed;
}
Hello Helga,
it works fine. You ar the Best Helga.
regards sina
That’s awesome, thanks for the update!
We’re always here in case of any questions
Hi, how do I add padding to the border created?
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!