• Resolved longsibarit

    (@longsibarit)


    Hi there!

    I’m using OceanWp theme and seem have a slight problem. On the category page i have list of products with related categories. These categories are displaying between the product pic and description. On the mobile layout these categories move to the side and shifts the site’s display.
    My question is how to remove these categories? cause I don’t need them below the product pic

    https://b.radikal.ru/b32/1903/10/379a796179ae.jpg – it’s a link to the picture so you could see the problem. It’s in the red circle

Viewing 5 replies - 1 through 5 (of 5 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Can you share your site link so that I can check it?

    Go to Customize > Wocommerce > Archive – find element positioning option and click on the eye icon of the category elements to disable it.

    Thread Starter longsibarit

    (@longsibarit)

    Sure
    https://sundaycosmetics.ru/

    If you check mobile layout you’ll see the problem

    Amit Singh

    (@apprimit)

    For the hover style, there is no option to disable it from the customizer. You need to add some css to the Customize > Custom CSS section to fix it –

    .woocommerce ul.products li.product li.category {
        display: none;
    }
    Thread Starter longsibarit

    (@longsibarit)

    It worked! Thanks a lot!

    Amit Singh

    (@apprimit)

    You’re welcome!

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

The topic ‘Product categories below the picture’ is closed to new replies.