Related Products

This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago by Spiracle Themes.

Viewing 3 reply threads
  • Author
    Posts
    • #1578


      Anastasia
      Guest

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

    • #1580


      Spiracle Themes
      Guest

      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

    • #1581


      Anastasia
      Guest

      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.

    • #1583


      Spiracle Themes
      Keymaster

      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

Viewing 3 reply threads

Reply To: Related Products

Your information:




Cancel