Theme modal display
-
I want to disable modal visibility that is shown while clicking on the cart icon on website’s header:
I’ve tried with below css, but it didn’t work ??
.sober-modal.open {
display: none;
}.sober-modal {
display: none;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Theme modal display’ is closed to new replies.