Column rounded corners

Home Forums Jevelin Theme Column rounded corners

Home Forums Jevelin Theme Column rounded corners

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • djaya112
    Participant

    How do i make the corners of my columns rounded? i would like a 5px  curve on the edges!

    Hi @djaya112,

     

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

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-column {
        border-radius: 5px;
    }

     

    Best regards,
    Shufflehound team

    djaya112
    Participant

    thanks, where could i change the color of the white frame? i would like a grey :)frame

    I am not sure what you are referring as white frame so could you please share the screenshot of it or share me the page URL from your site where it is displaying so that i can help you?

Viewing 4 posts - 1 through 4 (of 4 total)