Hi JohnnyV_01 ! Welcome to the Buttonizer community forums! I'll try to guide you through ๐
Almost everything should be customizable via the Buttonizer dashboard ๐
How does styling work?
Buttonizer allows you to style just a button or a whole button group. If you need to give the labels a specific color, you can manage to do this in the group settings and style them from there.
When you have just one button that needs to have a different color, you'll need to select that one and find the label settings, there you can change the label colors, font size and border radius for just that button.
Menu style:
We have some group menu styles you can use. You should check the group settings, and then 'menu style'. There you'll find the following options:
- Default
- Faded (different default opening animation)
- Build up (different default opening animation)
- Pop (different default opening animation)
- Corner circle
- Square (I think this is more what you want)
- Rectangle
Styling the label
The label styles can be changed by group, or individual buttons by using the 'border-radius' and the 'font-size' on the group options. Also you can manage the colors of the label for each button and group.
Label font
Changing the label font via the panel is not possible yet (we're working on that). But it should automatically use the websites font.
If you need a specific font for the the labels, you can use the following code. Make sure to change --enter font family here--
to the font you need. Otherwise it will not work.
.buttonizer-button .buttonizer-label {
font-family: --enter font family here--;
}
Combining buttons & labels
You may use the square menu style option for the button group, then you can change the label color per button to the button colors.
Let me know if this helps! ๐