Home › Forums › Gillion Theme › Circle rounds not displaying for gallery images
Home › Forums › Gillion Theme › Circle rounds not displaying for gallery images
Hello guys,
as you can see (link in private information field), pictures have rounded edges only when they are single media, while they have regular edges when they are inserted as galleries. Is there a way to have circle edges for gallery images as well?
Thank you in advance!
Stefano
Solution for this topic
Hi Stefano,
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
#page-container .post-content .post-content-gallery-item img { border-radius: 8px; }
Best regards,
Shufflehound team
Thank you, you’re always amazing.
Stefano
You are always welcome here š
Sorry to bother you again. This applied to galleries that are in post, but what if I want the effect to apply also to galleries that are on pages?
Thank you again,
Stefano
Solution for this topic
Please change the above shared code as following.
#page-container .post-content-gallery-item img { border-radius: 8px; }
If it still doesn’t work then could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Thank you again!!
Have a nice day,
Stefano
Have a fantastic day!