Invert Background button remove
Good morning.
In the mobile version of the website appeared this button that says invert background. We would like to remove it. I’ve already tried checking the options on the theme and I can’t find where to retrieve it.
Thanks a lot for your help.
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi @JoelSantos1234 ,
I hope you are well today and thank you for your question.
It is not displayed by the theme but either the custom code that you have developed on the website os the plugin that you are using on your website.
Please remove the custom code or the plugin or hide 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
.header-builder-switch-background {
display: none !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