Sign-in button - change colour

Hi Team,

How do I change the background colour for the sign-in button below?

Thanks all!

Hi,

Please try this CSS snippet:

.hp-modal button[type="submit"] {
	background-color: black;
}

Hi Andrii,

The CSS snippet you shared did not work. I need the colour to be #366c67

Thanks :blush:

Hi,

Please provide more details on which pages you need to change this button color because the code provided earlier is for a modal window (you can send a screenshot and a link to this page).

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