Viewing 4 replies - 1 through 4 (of 4 total)
  • You can try in CSS the option ‘visibility: hidden;
    If that is not working you can try this:

    #owp-qv-wrap .flex-control-nav li a {
    display: none;
    }

    Hi @robertpurnomo,

    There’s no option to hide it. Custom CSS is the only way. Something like the following should work

    #ast-quick-view-modal .ast-qv-image-slider .flex-control-nav {
        display: none;
    }

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

    Thread Starter robertpurnomo

    (@robertpurnomo)

    Thank you so much @0108daniel and @bsfherman.

    @bsfherman Your custom CSS works perfectly to hide dots (product image gallery) on WooCommerce product quick view. Thank you so much.

    #ast-quick-view-modal .ast-qv-image-slider .flex-control-nav {
        display: none;
    }

    Happy can be a help!

    Feel free to start a new thread if there is anything else related to Astra, we can help you with.

    Kind regards,
    Herman ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide dots (product image gallery) on WooCommerce product quick view’ is closed to new replies.