Hi, I want to remove the overlay color on homepage but keep the overlay color for menu. How do I achieve this? I have added the following code and it removes the whole overlay color: #header .header-overlay { background-color: rgba(255, 255, 255, 0); } Thanks
Hello, Greetings from InkThemes! Could you please provide us 'URL' of your site with some edited screenshots so that we can assist you accordingly? If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots. Thanks & Regards! Priyanka InkThemes.com
Hi Priya, I attached the site name and a screenshot link on txt file. Not sure how to add private section here. Thanks
Hello, As I guess from your above words and screenshot, perhaps you want to change the color of your top header section.. So if I am not wrong with your issue, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top-header { background: brown !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com