Home Forums Basel support forum Toggle Opacity in Website Header Reply To: Toggle Opacity in Website Header

#10831

Artem Temos
Keymaster

Hello,

Thank you for the question.

Here is a code snippet that you may add to the Custom CSS section in your Theme Settings to make your header red and half transparent

.main-header {
	background: rgba(255,0,0,0.3);
}

Regards