Hi,
Just installed new version and images are fine, without blurring, but have another issue:
I am using .
product_title { font-size: 30px !important; } to make product name on the page bigger
but now the same css has implications on product names in Woocommerce shortcode eg. [recent_products per_page=”4″ columns=”4″]
I can reduce it with
.woocommerce .product h3 {
font-size:11px !important;
}
but that is not a solution since other styles, like
text-transform: uppercase !important; from product_title are affecting shortcode style as well
Please advise,
Best regards!
videogame
In the meantime I have changed to
h1.product_title {
font-size: 2em;
margin-bottom: 18px !important;
}
to manipulate product title. Working fine. Removed completely
.woocommerce .product h3 {
font-size:11px !important;
}
but fonts in name of the product shown by woocommerce shortcodes remains uppercase and not afected by h1.product_title css regarding font size.
Do not have any idea…
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Please check link in Private
Regards
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none !important;
}
Hope this helps :)
Best regards,
Nikko
It does help, thank you Niko!
Best regards,
Ivan
Hi Ivan,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Thanks, you can close the topic.
Best regards,
Ivan