Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #368063

    Hi guys for some reason I can’t get the phone number to appear in the header top right when the option is selected?

    What could I be doing wrong? Thanks.

    If you can take a quick look at this for me that would be much appreciated.

    #368360

    Hey obsessionz!

    You have following code in Style.css file of your child theme

    #header_meta {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top: medium none;
        margin-bottom: -1px;
        min-height: 30px;
        z-index: 10;
        display:none !important;
    }

    Please remove the last line “display: none !important”

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.