Tagged: product category, text transform
HI
I just added the category text above my product title like this: https://kriesi.at/support/topic/code-for-woocommerce-categories/#post-1427387
Is there a way to target that category text to be uppercase?
thanks
Nancy
Hi Nancy,
Yes, it’s possible, please add this CSS Code:
.single-product-summary .summary > p:first-child {
text-transform: uppercase;
}
Hope it helps.
Best regards,
Nikko
perfect! thanks