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

    Hello,
    I would like to add in mobile menu (and only in mobile menu) the phone icon with a link to make calls. Ideally icon will be on the left side of the menu icons, same size like menu icon.
    Best regards
    Marek

    • This topic was modified 7 years, 4 months ago by vlabmotion.
    #742706

    Hey vlabmotion,

    Please go to Enfold > Header > Extra Elements and add your phone number, also just to clarify if phone number will be visible on mobile or just the icon? can you also post a link to your page.

    Best regards,
    Nikko

    #743029

    Hi Nikko,

    thanks for your assistance. I know how to set phone number. But yes, I would like to have just icon visable on mobile.

    Best regards
    Marek

    #744887

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header and place your icon inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab to display it only on mobile

    @media only screen and (min-width: 768px) {
    #header .widget { display: none!important; }}

    Best regards,
    Yigit

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