I’ve added a phone number in my theme options but it’s not appearing in my header.
Please take a look at our staging environment at http://www.GreenPeakLabs.com/pb to see what I’m talking about.
Thanks,
-Henry
Hey HankInTheForest!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta {
display: block;
}
It is currently set to display: none
Best regards,
Yigit
Hi Yigit,
Thank you, this did show the bar at the top, but the phone number was the only thing in the bar. I would like to put it in the white space to the left of the social icons (between logo and social). Any suggestions on what I can do to put the phone there?
Thanks!
Hi!
Please add this on your custom.css or Quick CSS to move the phone number:
.sub_menu {
position: absolute;
top: 75px;
right: 75px;
}
Regards,
Ismael
Hmm, I added but didn’t seem to do it for me …
Hi!
Please add following code to Quick CSS as well
#header_meta { display: block; margin-top: -30px; }
Best regards,
Yigit
Added and still don’t see …
Do you want to get access to try these realtime yourself?