Category title size

Hi

In https://www.commissionit.co.uk/bespoke-shop/ its added the custom css of

.archive.woocommerce .product-category h2.titre2 {
font-size:15px;
}

but the titles are still huge, any pointers?

also am i able to just display all the sub categories of gifts?

Hi Amin,

Thank you for writing in, please add this to Theme Options > CSS to adjust the category titles font-size.

.woocommerce .woocommerce-loop-category__title {
	font-size: 180%;
}

Feel free to adjust the 180% value,

No, “Gifts” is a parent category and it will display together with other parent categories on the index shop page. It will display its child categories when you click it.

Cheers!

Thanks but does not seem to work?

Hi Amin,

Please try this code:


.woocommerce .woocommerce-loop-category__title {
    font-size: 80% !important;
}

Kindly make sure to clear your site’s cache in case you are not seeing any changes.

Here are some related links for further reading:

Hope this helps.

same thing not working. Is it not large for you?

Hi Amin,

The CSS code that we are providing works.



Maybe you’re referring to a different category title, please clarify

And please clear your browser’s cache too.

Thanks,

Thanks was a cache issue :slight_smile:

Glad to hear it’s sorted. :slight_smile:

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