Digital
DemoSupport
  • 👋Introduction
  • 🆕Changelog
  • 🏁GETTING STARTED
    • 🔽Uploading a Theme
  • 📜MAIN TEMPLATES
    • 📰Post Template
    • 📄Page Template
    • 📄Categories (Tags) Template
    • 🧑‍🎨Authors Template
    • ♾️Archive (All posts) Template
    • 🌟Project Template
    • 🌠Projects (All projects) Template
    • 📬Contact Page
  • ⚙️CUSTOM SETTINGS
    • ™️Logos
    • 🧭Header Type
    • 🎨Colors
    • 🧮Border Radius
    • 📢Subscribe CTA Text and Subtext
    • 🏠Homepage Layout
  • 🤝Membership
    • 🎬Setting Up
    • ⬇️Sign In Page
    • 🆙Sign Up Page
    • 🔀Subscribe Page
    • 👤Account Page
    • 💸Membership Page
  • 🛠️OTHER SETTINGS
    • ⏬Submenus
    • 📸Add Your Social Link (Icon)
    • 💬Comments
    • ⛔Disable animations
  • ☑️TERMS & CONDITIONS
    • 🔁Refund Policy
Powered by GitBook
On this page
  1. OTHER SETTINGS

Disable animations

Digital allow disablse site animation:

To disable:

  • Go to Settings > Code injection from the admin menu

  • Choose Site header

  • Copy this code and paste it inside Site header input area

<script>
    var disableSectionAnim = false;
</script>

<style>
  .section-title,
  .post-card,
  .project-card,
  .tier-card,
  .work-card,
  .author-card,
  .authors-page__authors,
  .work-card,
  .tag-page-post-card,
  .post-header__wrapper,
  .post-header__img-wrapper,
  .subscribe-banner,
  .project-header__meta,
  .project-header__img-wrapper,
  .author-page__header,
  .authors-page-header__content,
  .categories-page-header__content,
  .category__title-wrapper,
  .category,
  .contact-page__box,
  .membership-page__head,
  .page-header__meta,
  .load-more-btn-wrapper,
  .projects-page-header__content,
  .projects__title-wrapper,
  .projects-page__pagination,
  .tag-header__content,
  .tag-page__posts-count-wrapper,
  .tag-page__pagination,
  .hero__container,
  .author-page__posts,
  .author-page__pagination,
  .page .wrapper{
    opacity: 1 !important;
    transform: none !important;
    pointer-events: all !important;
  }
</style>
  • Click Save to save

PreviousCommentsNextRefund Policy

Last updated 8 months ago

🛠️
⛔