Skip to main content

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.

Solved it!


Glad  to hear you solved it. In my experience solving as much as possible through the editor is preferable over CSS. As I am sure you discovered you can create rounded corners in the editor 😉


Would love to know how this was solved. I am using the corner radious feature and it is rounding corners on a lightbox but the bounding rectangle still shows light gray when I’d like that to be transparent.


Reply