Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #283925

    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.

    • This topic was modified 10 years, 5 months ago by spirani91.
    #284040

    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

    #284055

    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.

    #284540

    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

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