I can't figure out how to change the color of thebutton when it's pressed. When you press the Contact button it turns blue and I want it to be a shade of orange.

Hi @brolly

Here's a custom CSS style snippet that you can use and modify with your preferred colors

.btn-primary {
	--t4-btn-active-bg: #yourcolor;
	--t4-btn-active-border-color: #yourcolor;
}

Just replace the #yourcolor placeholders with the hex codes or color names you want.

Regards,

Thank you. Where do I put it?

You can refer to how to add custom CSS here

Regards,

Write a Reply...
You need to Login to view replies.