Home>Support>Remove the square from images, Vantage theme

Remove the square from images, Vantage theme

By Daniel Rodflor, 9 years ago. Last reply by Daniel Rodflor, 9 years ago.

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?

URL: http://guiasparatunegocio.com/quienes-somos/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi 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

  2. 9 years, 3 months ago Daniel Rodflor

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More