musachi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] SSSSS instead of Start ratingsHey @beautyofcode ,
thanks for your help! I found out that I had a some Custom CSS that actually changed the .div font, and that was affecting the theme’s font from displaying the proper star ratings.
Incorrect CSS:
p, a, span, div {
font-family: Cabin !important;
}Correct CSS:
p, a, span {
font-family: Cabin !important;
}Thank you very much!
Forum: Plugins
In reply to: [WooCommerce] Images are very pixelated on product list pageHey @fetenlakhal, thank you for that.
Hey @beautyofcode and @eastofwest,
Sorry for the extreme delay and thanks for the help. @beautyofcode Unfortunately I don’t see the Regenerate shop thumbnails option in woocommerce. Is there another way i could regenerate them?
@eastofwest So this was really helpful. I was able to determine that it wasn’t because of any Custom CSS that I added in “additional CSS” tab. Also, I see what you mean about max-width being 100×100 px. However, I do see that it is being resized in the URL, for some reason. What could be causing the image to be resized in the URL?
Here’s a screenshot: https://prnt.sc/mGeSBn-iLOJN
Forum: Plugins
In reply to: [WooCommerce] Images are very pixelated on product list pageHere are another screenshot with more product items: https://prnt.sc/102Y-pAY4NX8
It’s really blurry, and I’m not sure how to fix it. What are some possible solutions?Forum: Plugins
In reply to: [WooCommerce] SSSSS instead of Start ratings@ckadenge thank you for reply! I will try that. How can I temporarily switch to another theme without affecting or crashing the site?
Forum: Plugins
In reply to: [WooCommerce] Images are very pixelated on product list pageThank you for the reply @eastofwest! So within the product pages, the pictures look okay. It’s when I look back at the product list that the images are pixelated. Here is a screenshot of what I see: https://prnt.sc/OJFuSGj6dvFW
This is what I would like to correct somehow. Do you know what could be causing it to do this?
Thank you! I figured it out using your code.
.wcpa_type_textarea .wcpa_field_desc {
font-size: 16px;
}I added this to the “Additional CSS” setting of my Astra child theme, but it only changes the font size of “Course Selection”. I would like to increase the font size of the text below “Course Selection”. Is there another solution?
- This reply was modified 1 month, 3 weeks ago by musachi.