Is there an easy way to add a phone number or short text to the Header area?
If not – is there a way to increase the Top Bar height?
Thanks,
Bill
Hi Bill!
You can set a phone number in Enfold > Header > Extra Elements.
Best regards,
Josue
Hi ..
This displays in the Top Bar but not in the Header / Logo Area …
Can this be done?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info {
position: relative;
top: 50px;
left: 10%;
}
Cheers!
Yigit
Hi .. Thanks that worked … but how do I increase the font size and is there any way to add a short text line?
Thanks again,
Bill
Hi!
Please add following code to Quick CSS as well
.phone-info * { font-size: 16px !important; }
Can you please elaborate? What kind of text line would you like to add? You can use HTML in that field.
Best regards,
Yigit
Yes .. I would like to add the following “Contractor’s License Number 1111111-11”
Hey!
You can add your text just as you typed here :) Not sure what exactly is the issue, sorry.
Cheers!
Yigit
You’re right .. I got – thanks for your time Yigit.