Background mobile header menu
Hello, I only want to change the fixed background to white in the mobile menu instead of transparent. I didn’t find it in the setting, it’s not in the code either, please help me fix this situation, thanks. Attached Screenshots
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi @Olbe ,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-header-builder-mobile {
background: #FFF !important;
}
Best regards, Shufflehound team
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it