-
AuthorPosts
-
April 7, 2017 at 9:13 am #773780
Hi.
I am using the: Enfold Shop Demo for my website. But after the latest woocommerce update the font size of my products/categories become a lot bigger. (http://www.mxdsign.com/) I would like to set it back to the original size like the demo. Can you help my?
Best regards,
Wout- This topic was modified 7 years, 7 months ago by eversreclame.
April 7, 2017 at 11:53 am #773869Hello eversreclame,
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
.inner_product_header_cell h2 { font-size: 1em !important; }
Thank you.
.April 7, 2017 at 12:01 pm #773877@eversreclame you version of enfold is outdated. I would recommend updateing to 4.0.5 (latest version) rather than messing around with css as this will cause you some headaches after the next update ;-)
April 8, 2017 at 12:34 pm #774470Hi eversreclame,
Have you tried proposed solutions? Let us know if you still need help.
Best regards,
VictoriaApril 11, 2017 at 2:41 pm #776058Hi,
Thank you DesignWeb the code worked perfect for the products. But the categorie font size is still not the original size. http://www.mxdsign.com/ I updated my enfold to the latest version.
Best regards,
WoutApril 11, 2017 at 2:45 pm #776065Hi!
Can you please update WooCommerce to 3.0.1 as well? Also, i did not notice anything unordinary with font sizes on your site
Best regards,
YigitApril 12, 2017 at 10:30 am #776559Hello eversreclame,
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
h2.woocommerce-loop-category__title { font-size: initial !important; }
Thank you.
April 12, 2017 at 1:07 pm #776617April 12, 2017 at 2:41 pm #776668Got same issue.
Tried the quick CSS but didn’t work.What’s next?
April 13, 2017 at 10:25 am #777161Hello ralbakker,
Which is the browser you use? On Google Chrome when i have change on the CSS code, i see that results.
try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
h2.woocommerce-loop-category__title { font-size: 16px !important; }
Also, don’t forget to clear the cache of your browser.
Thank you
April 13, 2017 at 3:54 pm #777351Hi ralbakker,
This is what you have in enfold child styles.css
h2.woocommerce-loop-category__title { font-size: initial !important; }
Which is 16px on dektop.
If you need further assistance please let us know.
Best regards,
VictoriaApril 13, 2017 at 4:12 pm #777358My font size is 14, can i change that in the css code?
I still have blurry pictures in my shop on the productpage.
When is that issue fixed?Thank you.
BR Ralph
April 13, 2017 at 6:06 pm #777417Hey!
h2.woocommerce-loop-category__title {
font-size: 18px !important;
}Changing the size it can be fixed.
WooCommerce has pushed an update for that issue, it should be fixedBest regards,
BasilisApril 13, 2017 at 6:14 pm #777422I ran into the exact same issue and had fixed it with CSS already. The font size on archive pages was huge, and the font on pages displaying just a product grid was a complete different size, and too small. The issue is fixed, but I just thought I should add a report because clearly other people are seeing the issue as well.
April 14, 2017 at 6:56 am #777668 -
AuthorPosts
- You must be logged in to reply to this topic.