How do I change the font size & color in the header section for phone number and small text?
Hey!
Try adding this code to the Quick CSS:
.phone-info{
color: red;
font-size: 28px;
}
Change as needed.
Cheers!
Josue
I had to use this to get it to work:
.header_color .phone-info {
font-size: 15px;
}