I would like to remove the area under the Home Page Button Area. The are starts with," Bottom Feature Start From Here. Everything under it? Also if I would later like to add my face book or any other social media in that area what would I add in its place to do so? Thank you, Ben
Please specify your issue more clearly with the help of screenshot images that which section you want to remove and in which section you want to do something.
Hi Piyus, In the attached file the area circled in red I would like to remove, please let me know if this helps. Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-bottom { display: none; } This will solve your issue.
Hi Guys, Also how do I remove the Homepage Feature Area all, and just for my info one or two of the boxes. Thank you
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-box.gallery { display: none; } 2.For removing first feature box Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content .feature-box-inner.first { display: none; }