I want to add a fixed phone number for the mobile website ONLY, preferably right above or underneath the header. Anyone know how to do this? Also, I want it to stay on the top of the website even when you scroll down the webpage by the way.
Hi Sal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.phone-no {
display: block;
position: fixed!important;
left: 60%!important;
}}
Regards,
Yigit
Hey Yigit,
That did the job perfectly, thanks! Just one more question, is there any way I can add a little phone icon (the one that’s available in the layout builder with the code ‘ue854’) right next to that phone number?
Thanks,
Sal.
Hi!
Yes, insert this code into the phone number text field:
<span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
Best regards,
Peter