This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove the square from images, Vantage theme

Resolved 2 replies generalpremium
10 years ago · Last reply by Daniel Rodflor 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 9 months ago

    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. Daniel Rodflor 10 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread