Okay
  Public Ticket #2564544
Remove the 'Description' Title on product page
Closed

Comments

  •  1
    jodyannthomas started the conversation

    Hello

    Is it possible to remove the DESCRIPTION title from under the Description tab?

    Also, is it possible to have 

    Kind regards

    Jody

  •  2,965
    Andrew replied

    Hi Jody,

    It looks like it is coming from the text added to the description area. If so then remove the title.

    Also include a url to that product so that we can see possible css to remove.

    Kind regards.

  •   jodyannthomas replied privately
  •  2,965
    Andrew replied

    Hi Jody,

    Thanks for reaching out.

    Please paste the below code in your custom code: Salient Theme Options > General Settings > CSS/Script Related:

    .woocommerce .woocommerce-tabs > div h2 {
        margin-bottom: 4px;
        display: none;
    }

    Kind Regards

  •  1
    jodyannthomas replied

    Thank you Andrew. 

    That worked perfectly.