Product display and reviews in product details

This topic has 5 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: Flávio
    Flávio
    Participant
    May 1, 2020 at 05:47

    Hello,

    I have questions related to the display of categories and reviews in the product details.

    I need to display only one category and change the position of the evaluations …

    I am sending the images with more details of my order ..

    Question1

    Question2

    https://prnt.sc/s90vvs

    https://prnt.sc/s90w55

    Thank you

    4 Answers
    Avatar: Flávio
    Flávio
    Participant
    May 1, 2020 at 05:52

    Please

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 1, 2020 at 07:27

    Hello Flávio,

    Thanks for contacting us and sorry for the delay in answering.
    1) Go to Products > Edit product > [8theme] Product Options > select Primary category
    or disable categories displaying via Theme Options > WooCommerce (Shop) > Shop > Products style > Product Content Elements
    2) Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .products-loop .content-product .product-details {
        display: flex;
        flex-direction: column;
    }
    .products-loop .content-product .products-page-cats {
        order: 1;
    }
    .products-loop .content-product .product-title {
        order: 2;
    }
    .products-loop .content-product .star-rating {
        order: 4;
    }
    .products-loop .content-product .price {
        order: 3;
    }

    Regards

    Avatar: Flávio
    Flávio
    Participant
    May 1, 2020 at 15:40

    thank you very much for your answer … it’s working

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 1, 2020 at 15:46

    You’re welcome!

    Regards,
    Rose Tyler

  • Viewing 5 results - 1 through 5 (of 5 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.