I have tried many of the styling codes provided before for other themes I have purchased. including: .header_wrapper .call-us { display: none; } and .call-us { display: none; } Unfortunately neither are working. I want to remove it completely. Thanks for the support.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .add a.btn { display: none; } This will solve your issue.