Remove background image from paralax area

This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler

  • Avatar: cvwd
    cvwd
    Participant
    October 21, 2016 at 02:55

    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.

    http://cvwd.com.au/smwhisky/

    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;
    }
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 21, 2016 at 07:08

    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.

    Avatar: cvwd
    cvwd
    Participant
    October 25, 2016 at 00:52

    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.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2016 at 07:18

    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.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.