Description wording

Home Forums Modern Description wording

123maxine
Participant
#32526
Resolved

HI, i would like to remove the word description that is in the red font Can you advise how to do that.

Viewing 3 replies – 1 through 3 (of 3 total)
WebMan Design
Keymaster
#32532

Hi 123maxine,

I can not access your website. Can you provide a screenshot maybe?

Best regards,

Oliver Juhas
WebMan Design

123maxine
Participant
#32538

Hi Oliver, i have attached a screenshot for you.

Thank you

WebMan Design
Keymaster
#32542

Hi 123maxine,

Please understand this is not a theme element. If you are using a plugin, you should ask a plugin developer for help, or hire someone that can help you modify your website. Or you use your web browser code inspector to determine the CSS for your theme modifications. I can only provide support for my own products. Thank you for understanding.

I can access your website now and found this element in single product page. You can remove the heading using this custom CSS:

.woocommerce-Tabs-panel > h2:first-child {
	display: none;
}

If you are new to CSS, please check https://www.w3schools.com/css/, for example.

Best regards,

Oliver Juhas
WebMan Design

Viewing 3 replies – 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.