Can you please tell me how to remove the menu in the footer. I already unchecked the box in the appearance section but the menu won't go away. I also want to remove all of the text related to "posts" on the home page. See attached image for both requests. The theme I originally purchased is called Land Owner Pro. Thanks and best regards, Warren
Hello, Greeting from InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). Code: .hp_content_bottom_border { display: none; } .feature_blog_heading, .feature_blog_content { display: none; } .bottom_footer_content .footer_nav { display: none; } Let us know if you need further assistance we will be happy to help you. Regards, Akbar InkThemes.com