Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #834575
css code to change ALL CAPS
Closed

Comments

  • Steve started the conversation

    I was wondering if you could give me the CSS code that change the Additional Information text from all uppercase to normal. 


    Thanks!

    Steve

  •  1,561
    Laborator replied

    Hi Steve,

    Add the following CSS to the Custom CSS area to fix it:

    .shop .shop_attributes td, .shop .shop_attributes th {
        text-transform: none;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group