Shop category pages - shopkeeper theme

Hi there! I am having a problem after updating my theme. I was able to fix all the unwanted changes. But I am missing only this one:

In my shop, when I click on a category it takes me to the category’s page. I would like to have all category pages’ title (in this case the categorys’ name) changed to another font as I had it before. Attached is a screenshot. Thank you so very much !!

@media screen and (min-width: 0px) {

.XXXX?

{

font-family: ‘Forte’, ‘MarkerFelt-bold’, cursive !important;
}
}

you can try with this:
.tax-product_cat .woocommerce .page-title, .page-title {
font-family: “Forte”, “MarkerFelt-bold”, cursive !important;
}

1 Like

Lovely!!! Thank you so much!!

1 Like