Removing radius from images 2.0

Home Forums Gillion Theme Removing radius from images 2.0

Home Forums Gillion Theme Removing radius from images 2.0

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • romanikoteen
    Participant

    Hello. I tried to get rid of the round edges images on your advice from this link: https://support.shufflehound.com/forums/topic/removing-radius-from-images/

    But the work was only half successful. Some elements still remained round, and some half round. Help me please. Link to my website: tchk.uz

    P.S. Sorry for my english

    Attachments:
    You must be logged in to view attached files.

    Hi @romanikoteen,

     

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

     

    You can rempove those border radius 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

     

    .null-instagram-feed .instagram-pics li a,
    .post-style-cover .post-container,
    .post-style-cover .sh-ratio-content,
    .blog-mini-post-thumb,
    #page-container .slick-list {
        border-radius: 0 !important;
    }

     

    Best regards,
    Shufflehound team

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