Hi, How I do to change color tel/fax block (it’s still black now).?
Thanks
Hi, How I do to change color tel/fax block (it’s still black now).?
Thanks
Hello,
Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and copy and paste the CSS from below:
.contact-info .tel.bg-blue {
background: #c02127;
}
.contact-info .tel {
background: #c02127;
}
Change the #c02127 with your colors hex value.
Thank you