-
AuthorPosts
-
April 4, 2017 at 8:05 pm #771941
Hey guys
I just updated woocommerce and all product in a product list now run huge font size. I checked my quick CSS and advanced styling but could not find anything that would cause the issue.Can you help.
Site login is in private content.
April 4, 2017 at 8:33 pm #771948Hey web6s,
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.woocommerce-loop-product__title { font-size: 15px; }
To increase or decrease the title size, just replace the “15px” by your value.
Best regards,
John TorvikApril 4, 2017 at 8:47 pm #771957Hi John
I updated the theme and that fixed the issue.However, since updating woocommerce this morning, all product images in single product view and in cart are missing. I noticed another user having the same issue.
April 4, 2017 at 8:49 pm #771958Hi!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-3-0/#post-771853
Best regards,
YigitApril 5, 2017 at 12:25 pm #772462I try to put this code in custom css, but the rpoblem is still the same. The font size is much bigger in Store as before.
April 6, 2017 at 3:21 pm #773249Hi,
I have moved the code from Quick CSS field to Style.css file of your child theme so it would be applied on all languages.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your websiteBest regards,
YigitApril 18, 2017 at 11:15 am #779190Hi,
thank you for your support, but the font size is the same. I made hard reset for browser and also clean the cache on site.
Any other sollution?
Best regards,
DanielApril 18, 2017 at 6:31 pm #779542Hi Daniel,
I just checked the site and the font size seems to be good. Is this already fixed? if not can you give us a screenshot on how it looks on your end? you can upload it on http://imgur.com/ and post the link here.
Best regards,
NikkoApril 19, 2017 at 10:28 pm #780182Hi Nikko,
thank you for your reply. The fonts are still bigger as before.
Here is my printscreen: http://imgur.com/OEOE2Gn
Best regards,
DanielApril 20, 2017 at 2:33 pm #780543Hi Daniel,
Here is a slight change to the code above:
.woocommerce-loop-product__title, .woocommerce-loop-category__title { font-size: 15px; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 20, 2017 at 4:43 pm #780639Hi Victoria,
thank you for your help, IT WORKS ! :)
I alsoput this pice of code into style.css as Yigit told me.
Best regards,
DanielApril 20, 2017 at 10:34 pm #780852Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.