-
AuthorPosts
-
December 21, 2021 at 6:36 pm #1333676
Hi. What css should I use to increase the size of all fonts used in woocommerce widgets or should I do it for each type of widget?
I try to explain myself better: in the single product page, with css I managed to increase the font size of the “PRODUCT CATEGORY” widget from 12 to 18px
https://trikego.com/it/prodotto/trikego-solo-telaio/
/***/
.widget_product_categories li a {
font-size: 18px;
font-style: normal;
}
/***/but I can’t figure out how to change the size of the widget fonts in the product summary page to 18px
Is there a method to standardize with a single css class all the widget fonr that I will use in the sidebar of the wocommerce pages (summary and single product)?
Or do I have to make specific classes for each widget? In this case, would you please tell me how to increase the widget fonts in the store product summary to 18px?
As always thanks for your support. Kind regards. Bruno
December 22, 2021 at 1:08 am #1333695same problem with categories and tags
https://trikego.com/it/prodotto/capottina/
i can’t find css to resize fonts
December 22, 2021 at 6:40 am #1333713Hi,
This URL is returning a 404 error on my end: https://trikego.com/it/store/, please check it and post a new URL.
Please try this CSS for the categories:
.template-shop .product_meta { font-size: 18px; }
Best regards,
RikardDecember 22, 2021 at 1:57 pm #1333755Hi Rikard. I added the css to the Enfold Child Css
/ * Rikard * /
.template-shop .product_meta {
font-size: 18px;
}but it does not change the size of the fonts for categories and woocommerce product summary tags
https://trikego.com/it/negozio/
- This reply was modified 2 years, 11 months ago by Bruno.
December 22, 2021 at 2:05 pm #1333760At the moment, after checking it didn’t solve the problem, I deleted your css. Let me know if I can contribute in any way to the solution (for example if I have to put your css back or need accesses). Thanks Rikard. Kind regards. Bruno
December 23, 2021 at 5:18 am #1333808Hi,
Please try this CSS instead:
.sidebar .product_list_widget li { font-size: 18px; }
Best regards,
RikardDecember 23, 2021 at 1:44 pm #1333861Hi Rikard. Please be patient: I added your css and it works in part: the titles (indicated with the red arrow) remain to be increased, would you be kind enough to show me the class?
https://trikego.com/it/negozio/
Thanks for the support. Kind regards. Bruno
December 24, 2021 at 4:48 am #1333910 -
AuthorPosts
- You must be logged in to reply to this topic.