Hello! I have 4 issues that I need help resolving: 1) I don't want any portion of the blog to show on my website at this time but this text still shows. How can I remove it? Sorry, no posts matched your criteria. 2)My header and home page feature area overlap, how can I lower the home page feature area so it is below the header, not hidden by it? 3)How can I remove the pages menu at the top of my site (for my site they say "home, our services, FAQ, and milestones) - I don't want the pages to be listed there. 4) I have removed all slider descriptions, but the description bar still shows up on the first slider with "Showcase your multiple images" - how can I remove this so that no sliders have a description bar? Here is a link to my website: http://littlefishspeechtherapy.com Sorry for putting all 4 in one thread, I wasn't sure the best way to post them! Thank you for your help!
Hello, For 1st issue you have to delete some code from front-page.php Goto Appearance -> Editor -> front-page.php HTML: <div class="feature_blog_content"> . . . </div> Delete code of above div tag. For 2nd issue please use appropriate size of image. For 3rd issue Goto (Appearance -> menus ->) of your dashboard and make following change Select a menu to edit :Empty Menu(Main Menu) and Theme locations:Main Menu and Save Menu. For 4th issue Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption-wrapper { display:none; } Thanks & Regards Pramod Patel