New Landing How can we help? Atelier How to remove entry-title headline transition

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #207398
    ctingom
    Member
    Post count: 16

    I’d like to remove the fade that happens on the headline on product category pages.

    The CSS tag is entry-title

    As the page scrolls, the headline fades to invisible. I’d like to remove that fade.

    <div class="heading-text container" data-textalign="center" style="margin-top: -79px; transform: translate(0px, 25.6px); opacity: 0.847619;">
    <h1 class="entry-title">HEADLINE HERE</h1>
    <div id="breadcrumbs" style="margin-bottom: -16px;">
    <div class="container"></div>
    </div>
    </div>
    #207532
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .heading-text{
    transform:none !important;
    opacity:1 !important;
    }

    Thanks
    Mohammad

    #207692
    ctingom
    Member
    Post count: 16

    Thanks, that worked!

    #207694
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

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

License required for one of the following items
Login and Registration Log in · Register