Hello!
Can you provide code to adjust (enlarge) the size and color of the header: extra element (phone number) in my header?
Hey MajorRestoration!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info {
color: orange!important;
font-size: 16px;
}
Cheers!
Yigit
Thank you! Worked nicely.
If I want a specific hex color, can I add that in place of the “orange”?
Thank you!