Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • leol Friend
    #965220

    I’m not too familiar with JA templates so I’m still getting to know how basic customizations work.

    There’s a LESS style that makes all buttons uppercase. I don’t want this so I copied the form.less file to /local/less/form.less but that doesn’t seem to cause an override. Can I override this single file, or do I need to copy every single LESS file and then customize?

    pavit Moderator
    #965442

    Hi there

    You can modify css class and add it to custom.css file in this folder /templates/ja_intranet/css/ example :

    .btn {
    text-transform:lowercase!important;
    }

    1. Screenshot-at-set-04-12-17-55
    leol Friend
    #965528

    But I don’t want to lower case all my buttons. I just want them left alone. How do I just remove the rule to uppercase?

    pavit Moderator
    #965639

    Hi there

    Use

    
    text-transform:none!important;

    Take a look HERE

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum