This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
On the home page, there is a default background image in the parallax section.
Where can I edit this to remove it from displaying?
It only appears briefly but id like to get rid of it.
The image URL: https://www.8theme.com/import/legenda/wp-content/uploads/2016/03/slider_bg14.jpg
CSS
.vc_custom_1476850313039 {
padding-top: 40px !important;
padding-bottom: 40px !important;
background-image: url(https://www.8theme.com/import/legenda/wp-content/uploads/2016/03/slider_bg14.jpg?id=1185) !important;
background-position: center;
background-repeat: no-repeat !important;
background-size: cover !important;
}
Hello,
Please provide us with wp-admin access in Private Content, also you can add this code in Custom CSS:
.vc_custom_1476850313039 {
background: transparent;
}
Regards,
Rose Tyler.
I have added that to custom.css and it is still loading the image.
.vc_custom_1476850313039 {
background: transparent !important;
background-image: url(http://cvwd.com.au/smwhisky/wp-content/uploads/2016/03/parallax-home.jpg) !important;
}
The original css uses !important and therefore is not being overwritten.
Hello,
To remove the background image go to Page editor and change it using Visual Composer http://prntscr.com/cyl67p http://prntscr.com/cyl6a6
Regards,
Rose Tyler.
Tagged: area, background, image, parallax, remove, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up