Invert Background button remove

Home Forums Jevelin Theme Invert Background button remove

Home Forums Jevelin Theme Invert Background button remove

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • JoelSantos1234
    Participant

    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

    JoelSantos1234
    Participant

    Thank you. it worked.

     

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)