Rounded-Corner

Hi,

I will like to make a rounded corner for my column, can I do that?
I tried to tweak the column setting but without success. Will you advise how to make it? Thanks.
Coki

Hey Coki,

The KB article below discusses just how to achieve that.
http://forum.wpbeaverbuilder.com/knowledge-base/rounded-corners/

Let us know if you need anything further! :slight_smile:

Ben

Hi Ben,

I have read and tried the article before but never success. That is why I ask for help.
Do you know why? Any other advice beside that.

Thanks.
Coki

Hey Coki,

I’d just chime in here. You must give the column a CSS class, then apply the CSS code to it. I’ve attached a screenshot for your reference.

http://imgur.com/GMO1EbT

.custom-class-name > .fl-col-content {
    border-radius: 10px;
}

Thanks!

KC