Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #383438

    The page background is missing on this page: http://sharprockvineyards.com/calendar-events/

    I cannot use the Page Builder on this page because the Calendar plug in will not work with it.

    Thanks!

    #383669

    Hi elames!

    Thank you for using Enfold.

    I’m not sure why your website is not loading on my end. I’ll ask the rest of the support to check this.

    Regards,
    Ismael

    #383684
    This reply has been marked as private.
    #383772

    Hey!

    Please add following code to Quick CSS

    .page-id-5346 div#main .container_wrap {
    background-color: orange!important;
    }

    Cheers!
    Yigit

    #383783
    This reply has been marked as private.
    #383788

    Hey!

    Please change the code to following one

    .page-id-5346 #main .container_wrap {
    background-image: url(https://sharprockvineyards.com/wp-content/uploads/2014/11/ls_bkgd_bokeh.jpg);
    }

    Cheers!
    Yigit

    #384064

    Sorry, that didn’t work. It covered up the footer and it did not tile in the background so I just went with a similar color.

    #384079

    Hi!

    Please use the code as following

    .page-id-5346 #main > .container_wrap {
    background-image: url(https://sharprockvineyards.com/wp-content/uploads/2014/11/ls_bkgd_bokeh.jpg);
    background-size: contain;
    }

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.