Move category field from shop page to another position?

This topic has 3 replies, 2 voices, and was last updated 9 months ago ago by ljimenez

  • Avatar: ljimenez
    ljimenez
    Participant
    August 10, 2023 at 14:31

    any option to move the category field to another position on shop page?

    https://prnt.sc/IHPdBiXRkdkl

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 10, 2023 at 14:54

    Hello, @ljimenez,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    Please try to use the next custom CSS code:

    .product-details {
        display: flex;
        flex-direction: column;
    }
    .product-details .product-title {
        order: 1;
    }
    .product-details .price {
        order: 4;
    }
    .product-details .products-page-cats {
        order: 3;
    }
    .product-details .sku_wrapper {
        order: 2;
    }
    .product-details .quantity-wrapper  {
        order: 5;
        justify-content: center;
    }

    Kind Regards,
    8theme team

    Avatar: ljimenez
    ljimenez
    Participant
    August 10, 2023 at 15:00

    perfect thank you

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

The issue related to '‘move category field from shop page to another position?’' 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.