Category description text and image formatting in the shop

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

  • Avatar: teolivier
    teolivier
    Participant
    October 1, 2020 at 19:26

    Is it possible to format the category description text when you open a product category page in the shop? I would like to change the font size, colour and position/layout at least?

    Likewise, is it possible to change the product category image size, position/layout also in this same shop page?

    Regards

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2020 at 09:53

    Hello,

    You can add the next code in Theme Options > Theme Custom CSS:

    .category-description p, .term-description p {
        font-size: 16px !important;
        margin-bottom: 5px;
        color: red;
    }
    .category-description, .term-description {
        margin-bottom: 30px;
        text-align: center;
    }

    https://prnt.sc/urraoo

    Breadcrumbs settings you can find in Theme Options > Breadcrumbs.
    Or use custom CSS code:

    .tax-product_cat .page-heading {padding: 160px 0;}
    .tax-product_cat .page-heading a, .tax-product_cat .page-heading .title,
    .tax-product_cat .page-heading span {color:#222;font-size: 16px;}

    https://prnt.sc/urrafs

    Regards

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

The issue related to '‘Category description text and image formatting in the shop’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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