Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have vantage premium. The custom css function stopped working after an update. I used the following code to remove the shadow around images:
.entry-content img {
box-shadow: none; }
The shadows around the images are back and this code seems not to make the changes I expected to see on the website.
any ideas?
thanks
Hi Luca Paci
Please alter yur CSS to read
.entry-content img { box-shadow: none !important; }Let us know how you get on
Magus
Thanks for your help Magus, the problem was solved!
Luca