Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1107718

    Hi
    I’m not sure when but the ‘click to call’ phone number in the header doesn’t work anymore, below is what is in the admin box yet it doesn’t work on the front end.

    Phone Number or small info text
    Add the text that should be displayed in your header here
    Call Us On: 021 225 4595

    Any help would be appreciated!
    Thanks

    #1107816

    Hey mike_espie,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta {
        z-index: 99999 !important;
    }

    Best regards,
    Rikard

    #1107866

    Thanks I did that but it doesn’t seem to have changed anything, any other ideas?

    #1107879

    Hi!

    Please add your number as following so it would show up highlighted and also it would have click to call function

    
    <a href="tel:0412121212">tel:0412121212</a>
    

    Best regards,
    Yigit

    #1107972

    Hi Yigit
    Yeah it already is like that, you can see in my first message that the number is linked.
    Any other ideas?

    #1107992

    Hi,

    You have z-index defined in following custom CSS code

    #header_meta {
        position: absolute !important;
        background: none !important;
        bottom: 20px !important;
        width: 406px !important;
        height: 34px !important;
        right: 0 !important;
        z-index: 1 !important;
    }

    #header_meta z-index value should be at least 2. Please adjust your code and delete z-index line

    Best regards,
    Yigit

    #1108069

    Thank you!

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