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,558
    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