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
Hey mike_espie,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta {
z-index: 99999 !important;
}
Best regards,
Rikard
Thanks I did that but it doesn’t seem to have changed anything, any other ideas?
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
Hi Yigit
Yeah it already is like that, you can see in my first message that the number is linked.
Any other ideas?
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
Thank you!