Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: @media only screen and (max-width: 480px){ .header_info a.btn { display: none !important; } } Hope it will solve your issue. let me know for further doubts.
Hi Sameer, I worked in smaller size however when you expand the screen little bigger then tap to call button shows up. I have attached the screen shots. URL: http://wordpress-4599-10360-33244.cloudwaysapps.com/ Thank you,
Hello, Designstouch! I have got your concern, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px) and (min-width: 480px){ .header_info a.btn { display: none !important; } } Hope you are enjoying InkTheme services. Do let me know if you need any help. Thanks, Praveen