Hi guys, about a year ago you recommend me to use these code on my custom css
.entry-content img {
-webkit-box-shadow:none;
box-shadow: none;
}
And it work very good, however since the last theme update is no longer functioning, do you have any advice to remove it again?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Daniel
This was caused by the last customizer upgrade from WordPress which now takes priority over any other CSS. To correct this please change your CSS to include the ‘Important’ identifier.
.entry-content img { -webkit-box-shadow:none !important; box-shadow: none !important; }Let us know how you get on
Magus
It worked!!
Thank you so much!!
Have a good day :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.