x

Curving Picture corners in slide shows

Hello, I currently have a slide show on my website but I want the corners of it curved.  Now I have looked through the HTML and CSS a bit and couldnt find anything so I was wondering if anyone knew to look for it and how to change it?

1,439 Views
Message 1 of 4
Report
3 REPLIES 3
Square

Is your slideshow live, @delta2196? If you post a link to it that'll help our code-savvy Community members assist you better.

1,423 Views
Message 5 of 4
Report

1,420 Views
Message 5 of 4
Report

Try adding this to Settings > SEO > Header Code:

<style>
	.wslide-slide-inner2 img
	{
		border-radius: 20px;
	}
</style>
1,402 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.