Is it possible to completely remove the text and video from the Home Page of the Local Business Theme Pro? I would like to leave the LOGO and Slider pictures and text, and the bottom widgets.
Hi, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. It will remove the text and video from the Home Page of the Local Business Theme Code: .feature_info{ display: none; }
Thank you very much for the quick reply. There are still 3 text boxes when I do this, not including the bottem widgets. Can you please send me the code to remove these? Thank you!
Hello, frosmike! Could you please provide us URL of your website along with some edited screenshot indicating/marking the area you want to remove? Thanks, Praveen
I only want to temporarily remove the video for now and install it later. I want to keep the text. How can I do that?
Hello, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there For removing three text boxes temporarily Code: .feature_content { display: none; } For removing youtube video temporarily Code: .feature_videobox iframe { display: none; } Hope this will resolve your issue. Do let me know if you need more assistance, I would be glad to assist you further,