This topic has 8 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello Team,
I know I had a case that was already solved regarding product categories font cases and sizes. But right now it seems it’s not working. I was able to make the Main Product Categories really big in the shop page but not it’s not working. What I mean to do is….
FOOTWEAR(UPPERCASE,35px; bold)
WOMEN SHOES(UPPERCASE,15px)
Sandals & Slippers(Sentence Case,12px)
I’m not sure if I explained it right, but basically I wanted to do it like that. I was able to do it last time but I don’t know what happen why it wasn’t working right now.
Thanks in Advance!!! :*
Hello,
Are you talking about categories in sidebar?
I don’t see the categories WOMEN SHOES and Sandals & Slippers there:
http://prntscr.com/bv4cta
Please show a screenshot what exactly you want to modify.
Also provide WP Dashboard credentials in Private Content.
Best regards,
Jack Richardson.
Hi Jack,
Sorry for the delayed response, please see link of what I mean I want to modify;
https://www.dropbox.com/s/lq69uti5u760zqk/FontCase.jpg?dl=0
Basically I want to do it that way, I was able to do it last time but it seems it’s not working anymore.
Hello,
As I see you didn’t add the subcategories for FOOTWEAR.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Basically I need to modify the product categories in the shop page section.
FOOTWEAR (32px
>WOMEN SHOES (24px
>>Flip-flop & Slipper Sandals (18px Sentence Case)
Also, please see WP-admin access information in Private.
Thank you!
Hello,
I’ve uncheck the ‘Only show children of the current category’ option in WooCommerce Product Categories (http://prntscr.com/c14elx) and added CSS code in the Theme Options->Custom CSS->Global Custom CSS. Please check.
Regards,
Robert Hall
Hi Robert & Team,
That works! Thank you for being the best!!! Also, how can i change this font case in this section http://prntscr.com/c1raxe . It’s in the Single product page section, I want the name description in Sentence case since it’s in the uppercase right now. Also the variations to be in the sentence case if possible.
Thank you so much!
Hello,
Please add this code in Global Custom CSS.
table.variations td label,
.product-information .product_title {
text-transform: initial;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up