Tagged: , ,

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

    Hi, actually i’m using cloudinary for CDN.

    I’m trying to use a link for a background image, but i only have the option to upload for media library.

    Background Image

    How can i do that?

    #EDIT
    I’ve find a way with CSS, but how can i apply parallax effect?

    Thanks

    • This topic was modified 8 years, 10 months ago by João Moreira.
    #566460

    Hey acushlasa,

    I’m not sure what you mean by that, it looks like you are using parallax already? Please try to explain a bit further.

    Best regards,
    Rikard

    #567060

    Hi, i want to set a background that wasn’t in my host. In that screenshot is selected a image, but i don’t want to use a image from my wordpress gallery, want to use a external image.

    I’ve set something like this for background:

    #quinta-header {
    background: url(“http://res.cloudinary.com/acushla/image/upload/v1452862092/4-Quinta-do-Prado_eiogen.jpg”) center center no-repeat;
    background-size: cover;
    }

    Thanks

    #567085

    Hi!

    Please request such feature here – https://kriesi.at/support/enfold-feature-requests/.

    I enabled background image and chose parallax, please add following code to Quick CSS

    #home-header .av-parallax-inner.main_color.avia-full-stretch {
        background-image: url(https://res.cloudinary.com/acushla/image/upload/v1452862092/1-Home_qak6bt.jpg)!important;
    }

    Regards,
    Yigit

    #567180

    Isn’t working,

    background image doesnt appear

    Thanks

    #567184

    Hey!

    It did not work because you removed background image from color section. Please do not. As you can see from the screenshot in private content field, custom CSS code overrides color sections background image

    Regards,
    Yigit

    #567191

    Oh ok, thanks!

    #567598

    Hi,

    Glad we could help :-)

    Thanks,
    Rikard

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