Chance the Shop Element/Product List View

This topic has 6 replies, 2 voices, and was last updated 8 months, 1 weeks ago ago by Rose Tyler

  • Avatar: yuvi
    yuvi
    Participant
    August 5, 2023 at 21:02

    I want to hide the category list being shown on the product list on the store page. This is very unfriendly for users.

    They click on the category links and get confused. I want to either hide them or change where they appear. Is there a way to do that?

    Screenshot in the private.

    Thank you.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2023 at 07:34

    Hello, Yuvi,

    Thank you for contacting us and for using XStore.

    Please go to Theme Options > WooCommerce > Shop > Design products > Product Content Elements > disable Categories.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: yuvi
    yuvi
    Participant
    August 7, 2023 at 23:17

    is there a way to change sequence of Product Content Elements ?

    Say I want to show the ratings at the top and so on.

    Also how I can change the number of elements in a row on the shop page. And how to change the hover properties like text color on the product listing on shop page.

    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 8, 2023 at 08:04

    Hello, Yuvi,

    Thank you for your response.

    1/ By default there are no settings to change the sequence of Product Content Elements on Shop.
    Custom CSS code can be used, for example:

    .product-details {
        display: flex;
        flex-direction: column;
    }
    .product-details .product-title {
        order: 2;
    }
    .product-details .star-rating {
        order: 1;
    }
    .product-details .price {
        order: 3;
    }

    2/ Theme Options > WooCommerce > Product catalog > Products Per Row.

    3/ Theme Options > WooCommerce > Shop > Design products > Design type and Hover Color Scheme.

    We trust that the information provided will be of significant assistance to you.

    Kind Regards,
    8theme team

    Avatar: yuvi
    yuvi
    Participant
    August 17, 2023 at 14:34

    Thank you for your help.

    I wanted to know how I can make the Blog Posts full width.

    Is there an easy way. Right now there is space on the right for the sidebar I guess.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 17, 2023 at 15:10

    Hello, Yuvi,

    Thank you for getting in touch with us.

    Please delete this custom CSS code:
    https://prnt.sc/vH2TTNXtDIZP

    Kind Regards,
    8theme team

  • 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.