Items name - by etb24 - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 4 years, 7 months ago ago by etb24

  • Avatar: etb24
    etb24
    Participant
    May 2, 2021 at 12:19

    i would like products name show first not the Categories name , i dont know how to do it because i tried many things

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    May 2, 2021 at 18:30

    Hello

    Thank you so much for contacting us!

    There is no such option is available to change the position of Category Text You can hide the categories from product but if you change the design it need to be customization.

    Robert Hall

    Avatar: etb24
    etb24
    Participant
    May 15, 2021 at 15:59

    sorry for late replay i was in hospital

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2021 at 16:10

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS:

    .product-view-light .light-left-side,
    .product-details {
        display: flex;
        flex-direction: column;
    }
    .product-details .products-page-cats {
        order: 2;
    }
    .product-details .product-title {
        order: 1;
    }
    .product-details .star-rating {
        order: 3;
    }
    .product-details .price {
        order: 4;
    }
    .product-details .by-vendor-name-link {
        order: 5;
    }
    .product-details .quantity-wrapper {
        order: 6;
        margin: 10px auto;
    }
    .product-details .switcher-wrapper {
        order: 7;
    }

    Regards

    Avatar: etb24
    etb24
    Participant
    May 15, 2021 at 16:26

    can you help to add it

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2021 at 07:22

    Hello,

    Done – http://prntscr.com/12zjmgx
    Clear cache and check the result – http://prntscr.com/12zjnjb

    Regards

    Avatar: etb24
    etb24
    Participant
    May 16, 2021 at 13:37

    thank you so much

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

The issue related to '‘items name’' 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.