-
AuthorPosts
-
September 3, 2016 at 12:45 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 4, 2016 at 10:20 am #965442Hi 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; }
September 4, 2016 at 10:32 pm #965528But 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by pavit 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Override form.less
Viewing 4 posts - 1 through 4 (of 4 total)