I have set the css for images to have a border and I can normally add css to remove the border for images that should be borderless. I can’t find anywhere to do this in the image widget – can you help please?
The site is at http://www.mgabingdon.co.uk/ and the widget image is the one for ‘2015 MGLive!’ in the right-hand sidebar.
Hey Artinet!
Please try the following in Quick CSS under Enfold–>General Styling:
#widget_sp_image-6 img {
border:0px solid transparent !important;
}
Regards,
Rikard
Hi Rikard
That’s sorted it – many thanks!