I used the following at the top of my css Code: .call-us { display:none; } as well as trying Code: .call-us a.btn { display: none; } to remove the call button, but neither seems to work.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper .call-us { display: none; } This will solve your issue.