Home Forums Basel support forum how to change quickview page colour in dark mode

how to change quickview page colour in dark mode

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #44942

    sh kaleem
    Participant

    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

    #44958

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a screenshot of this problem for better understanding.

    Regards

    #44989

    sh kaleem
    Participant

    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

    #45057

    Artem Temos
    Keymaster

    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;
    }
    #45121

    sh kaleem
    Participant

    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

    #45161

    Artem Temos
    Keymaster

    Please, send us a screenshot of that problem as well.

    #45175

    sh kaleem
    Participant

    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

    #45190

    Artem Temos
    Keymaster

    Try this code

    .pswp__bg {
        background: #393939;
    }
    
     .pswp__share-tooltip {
    	background: #393939;
    }
     a.pswp__share--facebook:before {
    	border-bottom-color: #393939;
    }
    #45239

    sh kaleem
    Participant

    thanks problem has been solved i really appreciate your quick support i love your theme and support services.

    #45254

    Artem Temos
    Keymaster

    Great, you are welcome 🙂

Tagged: 

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

The topic ‘how to change quickview page colour in dark mode’ is closed to new replies.