Hello team, I am trying to remove the Phone Icon at the top of the blog spring and also remove the authorbox at the bottom of each blog page. When I use the below code (it works) .call_us p { display: none; } I can remove the phone icon but If I also use the author_box command as well, it doesnt work. .call_us p { display: none; } .author_box { display: none; } How I can put code that will remove author box at the end of each blog page as well as the Phone icon/symbol????
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .author_bar .author_info { display: none; } .call_us p { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade