Related Products
April 14, 2019 at 12:15 pm
I want the CSS script for changing the related products title to not all uppercase letters.
Replies (3)
-
April 14, 2019 at 12:15 pm
I want the CSS script for changing the related products title to not all uppercase letters.
-
April 15, 2019 at 2:11 am
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
-
April 17, 2019 at 6:23 pm
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.