Hi Laura,
It can’t be done by default, it needs some “cheating” ๐
Use the button shortcode like my example:
[button colour="black" type="slightlyrounded" size="small laura" link="http://#" target="_self"]Button text[/button]
After choosing options and inserting it, add a unique name to it, like I added your name to the “size” attribute.
Then, in the General theme options, you could add custom CSS like this:
.sf-button.laura {
background-color: #003366 !important;
}
You would need to repeat the process for each different button color.
Regards,
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Cosmin
Support Assistant