Need different background . ( Urgent )

Discussion in 'Covera WordPress Theme' started by sharful, Dec 26, 2013.

Thread Status:
Not open for further replies.
  1. sharful

    sharful Guest

    Joined:
    Dec 11, 2013
    Messages:
    15
    Likes Received:
    0
    Hi, I need different background image for each and every slider with Parallax effect . If parallax effect not possible than please show me the criteria how i set different background for​
    slider .​
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Unfortunately there isn't a way to implement parallax effect in the slider of our theme unless you custom code something up. Sorry.
    But you can apply different background images for every slide.
    For this paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slide.slide-1 {
    background: url('Enter the background image for first slide');
    }
    .slide.slide-2 {
    background: url('Enter the background image for second slide');
    }
    .slide.slide-3 {
    background: url('Enter the background image for third slide');
    }
    .slide.slide-4 {
    background: url('Enter the background image for fourth slide');
    } 
    I hope this will fulfill your requirement.
     
  3. sharful

    sharful Guest

    Joined:
    Dec 11, 2013
    Messages:
    15
    Likes Received:
    0
    Thanks a lot piyush .
     
Thread Status:
Not open for further replies.

Share This Page