Home › Forums › Jevelin Theme › Image radius
Home › Forums › Jevelin Theme › Image radius
Hi,
Images on my website using the Jevelin ‘Single image’ element are set to a 10 radius (see Image1) but have just recently stopped showing the radius (see Image2).
If I try the Simple image element, I am able to include a rounded border, but I would prefer not to go and change all images.
I have updated the theme and retried. I have also removed some recent plugins (Smush, Autooptimise) which are the last plugins I recall installing before this issue occured.
Thanks
Solution for this topic
Hi @ziesolles,
I hope you are well today and thank you for your question.
You can resolve 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 .sh-single-image-container { border: 1px solid transparent; overflow: hidden; }
Best regards,
Shufflehound team
Resolved, thank you
You are most welcome here 🙂