Product Category Page Title – I dont want breadcrumbs

This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler

  • Avatar: kamanart
    kamanart
    Participant
    March 9, 2022 at 02:01

    Hey,

    i want to show the product category title for example “Poster” but it only shows the category description and not the title.
    Where can i delete the breadcrumbs and just show the page title?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 9, 2022 at 07:01

    Hello,

    Add the next code in Theme Options > Theme custom CSS:

    .tax-product_cat .page-heading a,
    .tax-product_cat .page-heading .delimeter  {
        display: none;
    }
    .tax-product_cat .page-heading .title {
        font-size: 30px !important;
    }
    .tax-product_cat .page-heading {
        margin-bottom: 0px;
    }

    Regards

    Avatar: kamanart
    kamanart
    Participant
    March 9, 2022 at 13:58

    Thank you very much this was exactly we was missing!
    Can you also tell me where i can center the description?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 9, 2022 at 15:16

    You’re welcome!

    .tax-product_cat .term-description {
        text-align: center;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Product Category Page Title – I dont want breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.