How can I change the Send a message button colour

Is there a way to do this or does it have to be done through css

Hi,
Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.button--secondary {
	background-color: red;
}
1 Like

Thanks for the reply it worked for other buttons but not the send a message button

Hi,
You can try to change Primary Color in Appearance > Customize > Colors.
Also, please try this CSS snippet:

.hp-vendor__action--message.button--large,
.hp-modal .hp-form__button.hp-field--submit
{
	background-color: black;

}

If you need to change the color of a particular button, “Send Message,” then send a screenshot of this button and we will help you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.