Hello! I need to change the color of the button in the header: Manzone Team – Just another WordPress site
It is currently defaulted to the primary color of the website and I would like it to be on a separate color.
Thanks!
Jack
Hello! I need to change the color of the button in the header: Manzone Team – Just another WordPress site
It is currently defaulted to the primary color of the website and I would like it to be on a separate color.
Thanks!
Jack
Hello Jack,
First thanks for using our Sydney Pro theme!
Please try adding the given custom CSS code below at Appearance > Customize > Additional CSS:
/* Default state */
.header-button {
background-color: #f11818 !important;
border-color: #f11818 !important;
color: #FFF !important;
}
/* Hover state */
.header-button:hover {
background-color: #8a3b3b !important;
border-color: #8a3b3b !important;
}
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
aThemes Support