• Resolved joemander

    (@joemander)


    This is a great plugin and almost perfect for my website!

    Is there a way of disabling the ‘back to top’ that appears after each section?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ethan Lin

    (@eslin87)

    Hello,

    The quickest way to hide the “Back to Top” links in each section is by adding a small piece of custom CSS.

    .az-listing .back-to-top {
    display: none !important;
    }

    To add this to your site:

    1. Go to your site’s Dashboard.
    2. Navigate to Appearance → Customize → Additional CSS.
    3. Copy and paste the CSS above into the text box.
    4. Click Save Changes to apply the update.

    Once saved, the “Back to Top” links will no longer appear in each section.

    Thread Starter joemander

    (@joemander)

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.