Hi
I have upgraded to WooCommerce v3.0 on my staging area before upgrading my production site for http://silviafindings.staging.wpengine.com/ (hosted on WPengine)
I have two display issues on my homepage:
1) Where I used WooCommerce shortcode for listing the product categories, the text is way too large: [product_categories number=”6″ orderby=”title” order=”ASC” columns=”3″ parent=”0″ ]
2) Where I used WooCommerce shortcode for listing the recent product, the product name is in uppercase: [recent_products per_page=”12″ columns=”4″]
I’m told by WooThemes support that this is a theme issue. Can you please provide direction on how to fix these display issues before I upgrade my live site.
Thank you
Lyse
Hey tremblayly,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-loop-category__title {
font-size: 16px !important;
text-transform: none !important;
}
Best regards,
Rikard
Hi Rikard,
The code only fixed the category shortcode but not the other.
Thanks
Lyse
Hi Rikard,
I added this CSS code and it fixed the other shotrcode:
.template-page .entry-content-wrapper h2 {
text-transform: none!imoprtant;
letter-spacing: 1px;
}
Thank you
Lyse