New Landing How can we help? Cardinal Full width title picture on Portfolio page

Viewing 8 posts - 16 through 23 (of 23 total)
  • Posted in: Cardinal
  • #319061
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #319216
    David Martin – Support
    Moderator
    Post count: 20834

    Seems like you have used the Fancy Header, do you still want to remove the parallax? You can use this:

    .single-portfolio .heading-text.container {
        margin-top: 0!important;
        opacity: 1!important;
    }
    .single-portfolio .page-heading.fancy-heading {
        top: 0!important;
    }
    #319233
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #319387
    David Martin – Support
    Moderator
    Post count: 20834

    This seems to have removed the scroll animation, what animation do you refer to?

    #319400
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #319422
    David Martin – Support
    Moderator
    Post count: 20834

    Ah yes I follow also now.

    Please also add:

    .single-portfolio .page-heading.fancy-heading {
        height: 300px !important;
        opacity: 1 !important;
      visibility: visible!important;
        -webkit-animation-duration: initial!important;
        animation-duration: initial!important;
        -webkit-animation-fill-mode: none !important;
        animation-fill-mode: none !important;
    }
    .single-portfolio .page-heading.fancy-heading {
        height: 300px !important;
        opacity: 1 !important;
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
    }
    #319531
    Crowdio
    Member
    Post count: 26

    Thanks, that did the trick 🙂

    #319541
    David Martin – Support
    Moderator
    Post count: 20834

    Great, glad to help you out.

    Thanks.

Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register