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!
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
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?
Hi, I just checked your site and didn't get call button over there... Thanks & Regards! Priyanka InkThemes.com