Archived topic
Help with Paragraph blocks want rounded corners
3 replies · Started by Jason on May 3, 2019
Hi I would like to make the yellow paragraph block with rounded corners as opposed to square
here is one of my pages but i would like this applied to all yellow paragraph blocks
https://www.puzzlerooms.ca/faq/
please help
thank you
Hi there,
if you select a block and go to Advanced on the Settings sidebar you can add an Additional CSS Class. e.g radius-corners
then this CSS:
.radius-corners {
border-radius: 5px;
}
For workflow you can save a block as a reusable block and then add that when you need it and just convert it to a normal block to edits it content.
awesome thank you so much!
You're welcome