Archived topic
How to add button in widget
5 replies · Started by Feber on September 15, 2020
Hi there,
Need your help.
I want to create a button in footer's widget like this https://prnt.sc/ui2ueh
Please your advice.
Thank you
Hi there,
you can use a HTML widget to add those type of buttons.
This document here provides the HTML and CSS to create your own button styles:
Hi thanks for your reply,
It works for me. But I need one more help about how to create equal size for all button I use in my widget ?
Thank you
Using the example in the document i provided you can give it a min width eg.
.button.sun-flower,
.button.sun-flower:visited {
background: #F1C40F;
color: #FFF;
min-width: 200px;
text-align: center;
}
Wow it works for me.
Thank you very much David.
Glad to be of help.