Can you please tell me how to adjust the size of the phone number in the Enfold Header?
Thanks
Hi SGS_Marketing,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.phone-info {
font-size: 14px;
}
Regards,
Devin
Hi!
Please insert following code into the quick css field
.social_header .phone-info span{
font-size: 20px;
}
and change the font-size value.
Best regards,
Peter