• Resolved spearfroth

    (@spearfroth)


    There could be a conflict with the theme. Why is there a checkbox alongside the dark mode button. The issue is in the frontend (user end) in both desktop and mobile.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter spearfroth

    (@spearfroth)

    I tried changing buttons but the issue still remains.

    Plugin Author Darklup

    (@darklup)

    please add the code below to custom CSS to solve this problem

    .darkluplite-square-switch input.toggle-checkbox.switch-trigger {
    display: none !important;
    }

    Thread Starter spearfroth

    (@spearfroth)

    Thank you darklup!
    The code you provided worked.
    I am not a premium user so I had to insert it into the additional CSS section in the customize settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button also shows check button’ is closed to new replies.