Changing a button color (show-case)

So far this form has not produced how to change a button color, this is how you do it without Rich-text and CSS instead.

image

Make sure you add the button part and you can customize it how you want.
.Item button{
width: 44px;
height: 44px;
border-radius: 6px;
transform: scale(1);
background-color: #000;
}

image

Changed the category to “Project Showcase”.

Do you mean you’re changing the color of an existing button using CSS?

For other people reading this, please note that CSS is only available on Business/Enterprise.