Is there a way to stop all the product categories under a product?

This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Robert Hall

  • Avatar: CharlotteHoot
    CharlotteHoot
    Participant
    November 5, 2015 at 02:18

    Please see this example
    http://hoottoys.co.uk/?product_cat=dolls

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 5, 2015 at 08:26

    Hello,

    Please use this code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.

    .product .product-details .products-page-cats {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: CharlotteHoot
    CharlotteHoot
    Participant
    November 6, 2015 at 10:02

    Thank you, all the products are gone on the category pages. Do you know if there is a way to get rid of the code when you role over a product on the homepage as in http://hoottoys.co.uk/wp-admin/post.php?vc_action=vc_inline&post_id=3380&post_type=page

    Kind regards
    Charlotte

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 6, 2015 at 10:09

    Hello,

    This question is a bit unclear for us.
    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: CharlotteHoot
    CharlotteHoot
    Participant
    November 6, 2015 at 10:42

    Yes, I can send a screenshot, how do I send it to you?

    The product categories are still showing in one long list when you click on popular products and roll the mouse over Emma Rubens Baby product for example. On featured products the item price and description are shown underneath and the categories don’t show, not sure why it is different.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 6, 2015 at 10:59

    Hello,

    You can use LightShot program to make screenshot.
    Try to add this code in Global Custom CSS and check it.

    .home .product .product-image-wrapper.hover-effect-mask + .product-details {
        display: block;
    }

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.