I used the Custom CSS code to remove the phone icon, but I still need to remove the phone number. How do I do it? Thanks!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .call_us p { display: none; } This will solve your issue.
Hello, Greetings from InkThemes! Try this code (given below) in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .call_us { display: none !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com