Related Products

Anastasia 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)

  1. Anastasia April 14, 2019 at 12:15 pm

    I want the CSS script for changing the related products title to not all uppercase letters.

  2. Spiracle Themes 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

  3. Anastasia 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.

  4. Spiracle Themes April 18, 2019 at 10:53 am

    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

Reply To: Related Products
Your information: