Infoway menu but not call button

Discussion in 'Infoway WordPress Theme' started by lymey, Jun 14, 2016.

  1. lymey

    lymey New Member

    Joined:
    Apr 9, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,
    is there a way to remove the call button (when mobile) but not remove the menu.
    I used this code from a previous thread, it removes the call button but also the menu:

    .menu_bar {
    display: none;
    }

    I now need the menu but not the call button. I am using the latest infoway theme.
    Many thanks!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .header .contactinfo {
        display: none;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lymey

    lymey New Member

    Joined:
    Apr 9, 2013
    Messages:
    7
    Likes Received:
    0
    Hi Priyanka,
    If I just use this code, the call button comes back when the screen shrinks or on a mobile (see attached pics):
    @media only screen and (max-width: 480px){
    .header .contactinfo {
    display: none;
    }
    }
    If I use this code, the menu and the call button are not shown at all:
    .menu_bar {
    display: none;
    }

    The same is true if I use both peices of code at the same time. It looks like the call button is asscociated with the menu in some way.

    So unfortunately your suggestion didn't work.

    Any other thoughts?



     

    Attached Files:

  4. priya

    priya Guest

    Hi,

    Could you please provide us 'URL' of your site?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. lymey

    lymey New Member

    Joined:
    Apr 9, 2013
    Messages:
    7
    Likes Received:
    0
    roberts-english.com
     
  6. priya

    priya Guest

    Hi,

    I just checked your site and didn't get call button over there...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page