-
Posted in : Efor
-
I have a few things I am trying to figure out.
1) How do I change the fonts for the shop pages (page title, categories, item names, ect.)? I need to change the font type and it’s color.
2) How do I get rid of the product number count next to the category names?
3) I need to put in product weight and size for shipping purposes, but I do not want that to show on the product page.
Thank you.
Hi,
1) You need to go to appearance > customize > general > color/fonts > you can customize the fonts and colors here.
2) You can use this custom css code for remove the mark count;mark.count { display: none !important;3) You can use these custom css codes;
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight { display: none; } tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions { display: none; }Thanks
The count code worked. the other codes did not. And I know where to change the fonts and colors, it’s just not working. I set it to OS Default for the font and nothing happens and my brand’s font is not in the choices.
Also, I forgot to ask, how to I add to the shop pages. I would like to add some text and things to the shop page and some of the category pages.
Hi,
There is a documentation for the shopping feature;
https://docs.woocommerce.com/
You can provide me the related URL for the issue, I will check the css code again.
ThanksHi,
If you want to use custom font;
Once you have uploaded the font, you need to load the font in your theme’s stylesheet using CSS3 @font-face rule like this:@font-face { font-family: Isabella; src: url(https://www.example.com/wp-content/themes/your-theme/fonts/Isabella.ttf); font-weight: normal; }Don’t forget to replace the font-family and URL with your own.
After that you can use that font anywhere in your theme’s stylesheet like this:.shop-header .entry-title { font-family: "Isabella", Arial, sans-serif; }Thanks
Hi,
If you still have the issue, could you please provide me your wp admin details via our private content box below?I found a plugin to get rid of the additional information tab, but I still cannot get the page titles to Marsya font or the Category and Product titles to Butler.
Hi,
You can search a plugin for custom font.
https://wordpress.org/plugins/custom-fonts/
Thanks
You must be logged in and have valid license to reply to this topic.