Not sure that I understand correctly what you want to achieve. But here is a two ways:
1) Add Custom CSS for .btn-primary
for example
2) Forget about Bootstrap based buttons. Create button in Themler (Design tab - Button). Then in Joomla module add code
<a href="#" class="bd-button">Link</a>
If you need custom style button exactly for section where you have module you can use More style - Button to create new style of button for this section only. But after this you need to know new style: for this just add <button> Link </button>
tag to Joomla module and then Inspect it on front-end to get the class (it can be like a .bd-button-20
).
Not sure that I understand correctly what you want to achieve. But here is a two ways:
1) Add Custom CSS for `.btn-primary` for example
2) Forget about Bootstrap based buttons. Create button in Themler (Design tab - Button). Then in Joomla module add code
<a href="#" class="bd-button">Link</a>
If you need custom style button exactly for section where you have module you can use **More style - Button** to create new style of button for this section only. But after this you need to know new style: for this just add `<button> Link </button>` tag to Joomla module and then Inspect it on front-end to get the class (it can be like a `.bd-button-20`).
Last edited 06 December 2019 by Vitaliy WD