I’m really frustrated because the bg image on the imported demo page won’t go away! I deleted the picture in Media section already but it still appears.
Per the source code and naming its:
<div id=’av_section_2′ class=’avia-section main_color avia-section-large avia-no-border-styling avia-bg-style-scroll avia-builder-el-2 el_after_av_section el_before_av_section container_wrap fullsize’ style = ‘background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold-restaurant/files/2014/07/fruit_bg.jpg); background-attachment: scroll; background-position: bottom right; ‘ data-section-bg-repeat=’no-repeat’ >
Any idea which container this is?
The website and screengrab is below.
Thanks in advance.
Hi absurdity69!
Please edit that color section element and remove the background image – http://i.imgur.com/W37coIY.png and flush cache.
You can also use following custom CSS code in Quick CSS field in Enfold theme options under General Styling tab
.home #av_section_2 {
background: white!important;
}
Regards,
Yigit