Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221140
    julien100
    Participant

    Hi,

    unfortunately the parallax effect for background images of sections is not working. When I set the background image to parallax in Cornerstone, the div gets the css class parallax (which defines background-attachement: fixed). So far so good…but I try it, the div element automatically also defines a background-attachement: scroll style directly in the element. That overwrites the class parallax.

    Whats going on there? Is that a known bug?

    I fixed it for myself. Added the following to the style.css of my child theme (!important):

    .x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
    background-attachment: fixed !important;
    }

    Thanks, Julien

    #1221181
    Joao
    Moderator

    Glad to hear you find a solution that worked for you and thanks for sharing 🙂

    Let us know if you need help with anything else.

    joao

  • <script> jQuery(function($){ $("#no-reply-1221140 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>