Border text

hi !
I would like to add a border around my body text in a article.
Do you know how i can do that (without loose the responsive design)

Thanks !
Emilie

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/* add border to text*/
.entry-content {
    border: 1px solid #ffa331;
    padding: 10px;
    border-radius: 11px;
}

Best Regards,
Support

thanks :wink:

You are always welcome here :slight_smile: