I am using Traffica Theme Pro. The Attached image 1.png is my home page. I dont seem to find where i can remove it. ( About Us / Services ..) Have checked all my widgets / sidebars but all in vein, attached 2.png is my widget setup Regards Adam Macha
Hello Ada, Greetings from InkThemes! Please follow the screenshot given below. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thank you Priyanka I have spotted the fields involved. My problem is as follow. 1. for the Bottom Left Feature, It does not have anything but it is displaying the About Us and Services as you had seen in image 1. I am forced to enter a space so that it remains blank. 2. For the Home Page Accordian, Same thing as above. But when i put space, the output is as shown in the image 3 attached. It does not disappear. This is where the Services are. You can see the InkTheme banner still not disappearing and Even after removing the Testimonial Features. I was expecting that , i would remove /delete a plugin/widget and all will be gone. Please help Regards Adam
Hello Adam, I got your concern.. 1) For the Bottom Left Feature, It does not have anything but it is displaying the About Us and Services Yes, to remove that section, you have to keep blank space in that field of Theme Option panel. or, you can use below code in your Customm CSS field of your dashboard, Code: .home-content .text_feature { display: none !important; } 2) To remove the Home Page Accordian To remove the Home Page Accordian, you can use the CSS code in your Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #demo-wrapper { display: none !important; } 3) InkTheme banner still not disappearing To remove InkTheme banner, you just simply have to follow the steps as mention in video given below. Link of the video: http://screenpresso.com/=rozpg 4) To removing the Testimonial Features, you just need to use CSS code in Custom CSS field.. Code: .feature_testimonial { display: none !important; } Hope it will resolve all your issues .. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi, It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site and also, share your website URL. So that we can deliver you an exact and appropriate solution to you, Looking forward to hearing from you soon. Thanks & Regards! Akbar InkThemes.com PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).