Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #194860

    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

    #194989

    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

    #195107

    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!

    #195133

    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

    #195445

    Hmm, I added but didn’t seem to do it for me …

    #195510

    Hi!

    Please add following code to Quick CSS as well

    #header_meta { display: block; margin-top: -30px; }
    

    Best regards,
    Yigit

    #195512

    Added and still don’t see …

    Do you want to get access to try these realtime yourself?

    #195514

    Hi!

    It seems like code is not being applied. Please try adding the code in Custom.css file inside Enfold/css folder.

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Phone number not appearing in header’ is closed to new replies.