Hi, I am trying to change the background color behind the header image and top menu as well as the page background which is currently set to white. I have used the css below but nothing changes. .header_container { background: #FFFFFF !important; } .menu-container { background: white; } Currently, these areas are light grey. https://simcoecarpentry.ca
Hello, Warm Wishes 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: .header { background: #ffffff; } I hope this will help you. Regards, Shemaela InkThemes.com
Thank you that worked however there is a grey line between the header section and the slider. Can you suggest how to make that white also? This could be the slider background color although it only seems to show on top of the slider.
Hello, Warm Wishes 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: .svg svg { max-width: 100%; display: none !important; } Regards, Shemaela InkThemes.com