• Resolved anees11

    (@anees11)


    I want to display the products brand name before the products name. I am using woocomerce brands plugin and all products on my store are linked with a brand. The brand name does show when a certain product is clicked from the shop page, it shows under the add to cart button. But I am interested to show the brand name under the product thumbnail and above the product title.
    Please help me

    • This topic was modified 3 years, 11 months ago by anees11.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    The change you’d like to make is more suitable for a child theme, however, I worked on a CSS solution that might come in hand:

    
    .single-product .product_meta>span:nth-child(3) {
        position: absolute;
        top: 0;
        border-top: 0;
    }
    
    .single-product nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
        margin-top: 30px;
    }
    

    I hope this helps!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display product brand name above product name in shop page’ is closed to new replies.