how to change quickview page colour in dark mode
-
hi just try my best to solve issue but all is in vain, in dark mode in theme how do i change colour in quick view page and zoom page
thanks
Hi,
Please, provide us a screenshot of this problem for better understanding.
Regards
hi pls see screen short
https://gyazo.com/8e814445665aa23af7f1314163002faf
i need to change the background colour which is dark black and my whole site colour is dark grey
Try to add the following code snippet to the Custom CSS area in Theme Settings to change it
.basel-dark .popup-quick-view {
background-color: #393939;
}
thanks really appreciate your help, there is little same problem in zoom area in black mode ,zoom page shows same dark black and other site is dark grey and in sharing in zoom page sharing icons shows in white fonts which is not visible sending you screen link once again thanks for wonderful support i love your services
Please, send us a screenshot of that problem as well.
https://gyazo.com/43ba9f1b909358ef53a0f0703de7c571
you can see on above screenshot the zoom page is dark black i need it to dark grey as u give me code fo quick view page and there is also problem in zoom page in sharing icon as you can see on right corner waiting for your reply
thanks
Try this code
.pswp__bg {
background: #393939;
}
.pswp__share-tooltip {
background: #393939;
}
a.pswp__share--facebook:before {
border-bottom-color: #393939;
}
thanks problem has been solved i really appreciate your quick support i love your theme and support services.
Great, you are welcome 🙂
The topic ‘how to change quickview page colour in dark mode’ is closed to new replies.