How can I round the edges of embedded forms on Craft 10.0 theme?

Hi! I’m looking to round the edges of my embedded forms - one is Custom Liquid and the other is an app. I use Craft 10.0 theme. Is there any way to manage this with adding Custom CSS on theme editor, or by adding code?

Hello @ralphs_orchard
Could you please provide me with the URL for the store you mentioned in your query? Additionally, if the store is password protected, could you share the password as well?

www.ralphsorchard.com

Hello @ralphs_orchard

Here is the code you can try. I hope it useful-

Go to the Online Store-> Theme-> Edit code-> Assets> base.css → Add code at the bottom.

.omnisend-form-6591171df07701c41db5710b-section-624ab2f927652f651edfd0ac-opacity-layer {
	border-radius: 10px;
}
#SproutTreeCountBanner div {
	border-radius: 10px;
}

Amazing, it worked! Thanks so much :slightly_smiling_face: