Hi, how to set font size for the phone No in the header section
Hey Alan,
Add this to quick css:
.phone-info span{
font-size:20px!important;
}
Adjust the size to whatever you need.
Best regards,
Jordan Shannon
GRRREAT, please ad the code to choose color ;)
Hi,
Adjust the code to this:
.phone-info span{
font-size:20px!important;
color:red!important;
}
Adjust the color to what you need.
Best regards,
Jordan Shannon