Remove WooCommerce Product Arrows [PRO]

Hey Guys!

I’m trying to figure out how to remove the product scroll arrows that display on the Product page. I’ve got a few unlisted / hidden products in WooCommerce and using the side arrows just allows anyone to scroll through the entire library.

Running latest version of Pro (2.2.5) w/ Child Theme on Wordpress 5.1.1.

Here’s a screenshot of the arrows I’m talking about:

Thank you!
Clovis

Hi Clovis,

Thank you for reaching out to us. To remove the products navigation just add the following code in the Theme Options > CSS:

.single-product .entry-top-navigation {
    display: none;
}

Here are some related links for further reading:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.