Dear Admin,
Greetings. In Circumference I want to smaller button than could be had by using the the default code for button.As you have in other themes, I want to have smaller than “btn-small”>. I want something like “btn-mini”.
Best
This topic was modified 3 years, 4 months ago by ttm.
By default we’ve used the small sized bootstrap button class i.e <button class="btn btn-grey btn-sm">Details</button>
Well, if you can customize the codes the xtra small(xs) button class you prefer is also available. for instance;
you can use <button class="btn btn-grey btn-xs">Details</button>
Note: Be sure you are familiar with the theme files and can customize it before you proceed.
Thanks!
This reply was modified 3 years, 4 months ago by Bidur.