Your Corona theme has rounded corners for images throught. How can I apply that to my propulsion theme. Must be some effect via CSS. Please provide the necessary code and where to put it.
thanks
Your Corona theme has rounded corners for images throught. How can I apply that to my propulsion theme. Must be some effect via CSS. Please provide the necessary code and where to put it.
thanks
Hi art-spool,
Try adding this code in your Quick CSS or custom.css:
#top .slideshow li img {
border-radius: 10px !important;
}
Hope this helps. :)
Regards,
Ismael
Hello Ismael,
That hasn't helped much. I tried adding at both points separately, but no luck. Any other idea.
Thanks.
Mithun
Hi Muthun,
The rounded corners in Corona are actually done with 4 corner images. It would take quite a bit of customization across the whole theme to add in the span classes to be output for each of the images (portfolio, slider, etc).
I'm not sure there is a quick css fix that can accomplish this since the images don't have a container or border that border-radius can apply to.
Regards,
Devin
You must log in to post.