Modify Parallax Background element CSS

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Modify Parallax Background element CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13697
    babaLucas
    Participant

    I have certain background images I’d like to control the background-position css element. For instance, on the link below I’d like to be

    background-position: left center;

    For the following background: http://dev2.babalucas.com/davidaten/#section-3

    To be clear, it’s the one with the gentleman on the left with the phone. I want to keep him in the frame no matter the screen size

    #13739
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    div#quote-banner2.parallax-background {
      background-position: 0% 50% !important;
    }
    
    #13773
    babaLucas
    Participant

    That does what I want it to; but it turns off the parallax effect. how can keep the parallax?

    #13791
    babaLucas
    Participant

    I guess more specifically I want the x value to be 0.
    But I want the y value to continue to vary for the parallax.

    But only for certain frames. not all of them. Sounds like a jquery or javascript piece?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.