How to arrange categories and titles display element of products on home page ?

This topic has 4 replies, 2 voices, and was last updated 2 years, 7 months ago ago by Rose Tyler

  • Avatar: Brisden
    Brisden
    Participant
    September 17, 2021 at 15:16

    Hi guys. Thank you for the awesome theme.

    I am trying to figure out of how to move the position of the category and title of products display on the main home page of the xstore theme.

    Right now The category comes at the top followed by product title second. I want this to be changed, where title come first then followed by category.

    Best Regards

    Brian

    Developer

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2021 at 08:17

    Hello,

    Thanks for using XStore.
    Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    .product-view-light .light-left-side {
        display: flex;
        flex-direction: column;
    }
    .product-view-light .products-page-cats {
        order: 2;
    }
    .product-view-light .product-title {
        order: 1;
    }
    .product-view-light .star-rating {
        order: 3;
    }
    .product-view-light .switcher-wrapper  {
        order: 4;
    }

    Regards

    Avatar: Brisden
    Brisden
    Participant
    September 19, 2021 at 12:46

    Thanks for the solution.

    Appreciate it.

    Best Regards

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2021 at 12:48

    You’re welcome!

    Regards

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

The issue related to '‘How to arrange categories and titles display element of products on home page ?’' has been successfully resolved, and the topic is now closed for further responses

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