Firstly I have posted twice called ' Portfolio Gallery' please close those two posts and now could you please advise on following 8 questions. Thank You. 1. How can I remove the words 'read more' that appear on hovering the feature images? 2. How can I remove the clickable 'read more' link of the feature images? 3.How can I remove the blog section homepage? 4.How can I remove the video section on homepage? 5.How can I make a photo gallery for the site? (There is no option in the page attributes menu, and there is no 'portfolio gallery' that is mentioned in the documentation ?? Please help this is very important for my website) 6.What recommended photo size for photo gallery? 7.How can I remove the overlay color on all the site headers? 8.How to remove search bar on the post headers?
Hello, Thanks for contacting us, To remove read more text, just paste the code given below in Custom CSS section. (Dashboard->Appearence->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .front-slider .owl-item .item span.zoom a { display: none; } We need WordPress admin credentials to configure it. Kindly send the below-mentioned credential details at [email protected] along with the thread link. WordPress Website URL: - WordPress Username: - WordPress Password: - We will do it for you. For 3 & 4, please paste the below-given code: Code: #section_blog { display: none; } To create a gallery page, just follow the this linked video: https://screenpresso.com/=5U5gb There is no recommended size. To remove the overlay color, Please use this CSS code: Code: #header .header-overlay { background-color: rgba(109, 86, 142, 0); } To remove search bar, please use the below CSS code: Code: #sub_header .st-title-wrap { padding-bottom: 90px; } .st-title-wrap #searchForm .search-form .search-field { display: none; } .st-title-wrap button#searchsubmit button#searchsubmit { display: none; } I hope these will help. Do let me know if you need further assistance. I will be glad to assist you. For more help, you can explore our Support Forum, Documentation and FAQ's Forum Link: https://www.inkthemes.com/community Theme Documentation: https://www.inkthemes.com/documentation/ FAQs Link: https://www.inkthemes.com/community/forums/frequently-asked-queries-faq.174/ Regards, Akbar InkThemes.com