I’ve been trying to add rounded corners to a text box on my landing page:
#lp-pom-text-30 {
border-radius: 25px;
}
The rounded corners aren’t appearing in the editor or preview after saving the draft. I’m relatively new to CSS, so any help would be appreciated.