Change background image for each section

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #506650
    Hugo
    Guest

    Hi,

    how can I set a different background image for each section, keeping the parallax effect?

    #509794
    J. Davis
    Keymaster

    Hello Hugo,

    Yes, you can simply find the class of the section and set

    background-image:url(path to the image);

    CSS attribute. For example to set background image for Call To Action section you need to add the following style (you should edit path for your image):

    .install-section{
    background-image:url(wp-content/uploads/image.jpg);
    background-attachment:fixed;
    }

    Best regards,
    John

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