Produc info > show brand - by movileanu

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

  • Avatar: movileanu
    movileanu
    Participant
    August 1, 2020 at 16:10

    Hi,

    in the Shop under the product image I have:
    Product Name / Brand / Price / Add to cart
    can I move the Brand first, like:
    Brand / Product name / Price / Add to cart

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2020 at 17:26

    Hi,

    Add the next code in Theme Options > Theme custom CSS:

    .content-product .product-details {
        display: flex;
        flex-direction: column;
    }
    .content-product .product-details .products-page-brands {
        order: 1;
    }
    .content-product .product-details .product-title {
        order: 2;
    }
    .content-product .product-details .price {
        order: 3;
    }

    Regards

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