[Support request] Help with Paragraph blocks want rounded corners

Home Forums Support [Support request] Help with Paragraph blocks want rounded corners

Home Forums Support Help with Paragraph blocks want rounded corners

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #887990
    Jason

    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

    #888018
    David
    Staff
    Customer Support

    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.

    #888113
    Jason

    awesome thank you so much!

    #888125
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.