x

Plantilla a color de mi sitio web.

Estimados solicito su ayuda, habia seleccionado una plantilla para mi sitio web que tenia un fondo con dibujos a color pero cuando la ves en el sitio web no aparecen los colores sino solamente en escala de grises. no sé como dejarla con colores, ¿podrian ayudarme? les adjunto fotos de como se ve y como deberia ser.imageimage

618 Views
Message 1 of 3
Report Inappropriate Content
1 Best Answer

Best Answer
Hi!! problem solved!! i was looking other posting about remove gray scale in Bradley´s theme. Finally the solution was to put the following text in the Configuration, SEO, Header code the following: (This works very good.

Thanks
<style>
#wrapper .wsite-background {
opacity: 1 !important;
-webkit-filter: grayscale(0%) !important;
-moz-filter: grayscale(0%) !important;
-ms-filter: grayscale(0%) !important;
-o-filter: grayscale(0%) !important;
filter: grayscale(0%) !important;
filter: none !important;
}
</style>

View Best Answer >

614 Views
Message 4 of 3
Report Inappropriate Content
2 REPLIES 2

¡Hola! Lo siento por la traducción . Usted debe ser capaz de establecer filtros de la imagen y otras propiedades una vez que esté en su lugar a través del botón Editar imagen . Haciendo la escala de grises de la imagen debe ser una de las opciones allí . Es que no está presente ?

616 Views
Message 4 of 3
Report Inappropriate Content

Best Answer
Hi!! problem solved!! i was looking other posting about remove gray scale in Bradley´s theme. Finally the solution was to put the following text in the Configuration, SEO, Header code the following: (This works very good.

Thanks
<style>
#wrapper .wsite-background {
opacity: 1 !important;
-webkit-filter: grayscale(0%) !important;
-moz-filter: grayscale(0%) !important;
-ms-filter: grayscale(0%) !important;
-o-filter: grayscale(0%) !important;
filter: grayscale(0%) !important;
filter: none !important;
}
</style>
615 Views
Message 4 of 3
Report Inappropriate Content
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.