Border radius on gallery Thumbnail

Home Forums Gillion Theme Border radius on gallery Thumbnail

Home Forums Gillion Theme Border radius on gallery Thumbnail

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Arobreizh
    Participant

    Hi,

     

    I can not find the code CSS to add a border radius on thumbnails (for hover too).

    Could you help me please?

     

    Your template is perfect, it would just miss a lightbox for videos 🙂

    Solution for this topic

    Hi @Arobreizh,

     

    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

     

    .post-content-gallery-item {
        border-radius: 8px;
    }

     

    Best regards,
    Shufflehound team

    Arobreizh
    Participant

    You arreee the best 🙂

     

    Thank you

    You are most welcome here 🙂

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