Hello,
I have read the threads that cover how to add a phone number to the main menu bar (right-aligned), but I’m on a multi-site setup where I don’t see the Appearance>Editor so that I can edit the functions file.
Is there another way I can have a phone number show in the grey bar area off to the right (right under the Facebook icon)?
Site: http://www.lamberthomeinspections.com/
Thank you!
Hey kjwaggz,
Try adding the following to quick css which should move it below that facebook icon:
.phone-info {
top: 90px!important;
position: relative!important;
}
Best regards,
Jordan Shannon