How would I remove the "Tap to Call" button that shows up in the mobile version of Colorway? You sent me the custom version of the theme that has space for the phone number and address, and having them visible is enough for us without the button. Thanks in advance!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header-info a.btn { display: none ! important; } This will solve your issue.