Hi. I would like to remove the call to action button in responsive mode, and the phone button in normal mode. How do I do that? Bests Mikkel
Hello Mikkel! Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .call-us a.btn { display: none !important; } .call_us{ display:none !important; } Thanks & Regards Pramod