Get rid of woo commerce page title

Hi there I cant seem to get rid of the default “theshop” text even after checking the deactivate page title option. I also cannot get rid of the “description” text in the description field. It displays “description” twice in paragraph and then again in H3 underneath this by default?

Cheers!

Hello @behrcreative,

Thanks for asking. :slight_smile:

Please turn off Shop header under X > Theme Options > Stack (ex Integrity) > Shop Options.

Thanks.

1 Like

Amazing thank you! Do you have any idea why “description” and the other (larger) “description” is displaying here by default? It is not in the body of text i am inputting into the description box but it appears after publication.

http://it2uition.co.uk/courses/cisco-ccda

Many thanks!

Hi There,

Do you want to remove the larger one then increase the size of the other?

Please add this custom CSS under Theme Options > CSS:

.woocommerce-tabs li.x-nav-tabs-item a {
    font-size: 30px;
    font-weight: bold;
}
.description_pane h2 {
    display: none;
}

Hope it helps :slight_smile:

Hi there, thank you I would like to remove both if possible and just display everything from “course description” downwards? Any ideas?

Hey There,

Please update the previous CSS to this:

.woocommerce-tabs .description_tab,
.description_pane h2  {
    display: none;
}

Hope it helps :slight_smile:

1 Like

Awesome service thanks so much!

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.