Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    Are you referring to the “back to top” link? The easiest way to hide this is with some CSS added to your theme’s style.css file or added via the Theme Customizer page’s Additional CSS field:

    .az-listing .back-to-top {
        display: none;
    }
    Thread Starter thompson0z

    (@thompson0z)

    thanks.
    that’s right.
    I have implemented it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the widget in the lower right corner?’ is closed to new replies.