Hi, some weeks ago i had a issue with the background image loading up in the layer slider, the solution was to remove the custom image BG and add this to the custom CSS:
.main_color#after_layer_slider_1 {
background: #ffffff url(http://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll;
}
First it was working, but them it just stopped in two specific pages: http://florestana.com/a-empresa/quem-somos and http://florestana.com/responsabilidade-ambiental
thanks!
Hi Nerohm!
Thank you for using the theme.
Are you trying to add the background on a color section? If possible, please post a screenshot on where you want to display the background. Please try to add this on Quick CSS or custom.css:
.page-id-2874 div#av_section_1, .page-id-2896 div#av_section_1 {
background: #ffffff url(https://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll;
}
Cheers!
Ismael
Hi Ismael, no, I want to add the background image to the main content, like in these pages that is working just fine: http://florestana.com/produtos/lenha
http://florestana.com/home
http://florestana.com/a-empresa/nossa-historia
http://florestana.com/contato
The only pages that i want to put the BG image that isn’t working are these two: http://florestana.com/a-empresa/quem-somos and http://florestana.com/responsabilidade-ambiental
Thanks!
Hi!
Change the code you have to this:
.main_color.container_wrap {
background: #ffffff url(https://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll;
}
Regards,
Josue
Hi Josue,
Now the image is showing up in the layer slider before it loads completely, this was my initial problem, remember?
Thanks!
Hey!
Yes i do, add this too:
.avia-layerslider.container_wrap {
background: none !important;
}
Cheers!
Josue
Now i think you did it.
Thanks!
You are welcome, always glad to help :)
Regards,
Josue