• Resolved munibsaad

    (@munibsaad)


    Hi I’m using WordPress and want to know how to hide the product title on the checkout page in woocommerce.

    please check screenshot

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Rafy a11n

    (@nawaz0705)

    Hi @munibsaad

    Thank you for reaching out!

    To hide the product title on the checkout page, you can try using the below Custom CSS:

    /* hide product title on checkout | 5253442 - ZD | NS */
    
    td.product-name {
        display: none;
    }
    
    th.product-name {
        display: none;
    }

    To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.

    Let us know if this works for you.

    Thread Starter munibsaad

    (@munibsaad)

    Hi that css hide all content (Title/Image ) i only want to hide only product title not image.

    Can you plz help me

    Hello @munibsaad!

    Hi that css hide all content (Title/Image ) i only want to hide only product title not image.

    I couldn’t find a way to only select the title of the products from your checkout page. It seems there is no way to only hide the product title from the checkout page with CSS.

    The way contents appear on your checkout page is controlled by the theme you use. So I suggest you reach your theme’s support to get helped with this.

    Nevertheless, I’m going to leave this thread open for a bit to see if anyone is able to chime in to help you out here.

    Seems we’ve not had additional inputs on this thread. Thus, we encourage you to get in touch with your theme’s author/support.

    I’ll go ahead and mark the thread as closed but please feel free to create a new thread if you have other questions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide product title on checkout page in woocommerce’ is closed to new replies.