Related Products

A Started by Anastasia · April 14, 2019 at 12:15 pm · 3 replies 2 voices Last reply 7 years, 3 months ago
ST
Spiracle Themes Original poster
#2

Hi Anastasia,

Try this CSS

section.related.products h2 {
text-transform: none;
}

Copy and paste this in Appearance -> Customize -> Additional CSS

Let us know if this works or not.

Best Regards

A
Anastasia Original poster
#3

Yes that worked, thank you! But now I need Cart totals, Billing Details, and Additional information, and Your order. If you could please provide the CSS for this it would be appreciated. Thank you.

ST
Spiracle Themes ★ Staff
#4

Hi Anastasia,

Here is the CSS for these

.woocommerce .cart_totals h2 {
text-transform: none;
}

.woocommerce-checkout .entry-content .woocommerce h3 {
text-transform: none;
}

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Related Products

By posting, your reply becomes public (unless marked private).