Home Forums Basel support forum dark mode website

dark mode website

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #25077

    andreims
    Participant

    hello,

    i turn my website into dark mode but i want to one page to have dark mode off. how can i do this?

    thank you!

    #25095

    Artem Temos
    Keymaster

    Hi,

    There is no such option for pages in our theme. Could you please send us a link to the page where do you want to turn this option off?

    Regards

    #25244

    andreims
    Participant

    hello,

    page: “Distributie”

    we have problemes with the map view. thank you!

    http://torockoi.ro/wp-admin

    guest
    tchYCV(knSlzdds6A4GmVGXx

    #25247

    Artem Temos
    Keymaster

    Sorry, but there is no way to disable this option. Maybe we can provide you with CSS snippet to change texts colors in particular places? Could you please send us screenshots what text color do you want to change?

    #25269

    andreims
    Participant

    hello,

    we have

    Attachments:
    You must be logged in to view attached files.
    #25281

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .basel-dark .wpsl-gmap-canvas .wpsl-info-window,
    .basel-dark .wpsl-gmap-canvas .wpsl-info-window a{
    	color: #4C4C4C;
    }

    Regards

    #25291

    andreims
    Participant

    thank you very much! it’s work very well

    we still have another item to change

    i attach a picture and we want the gray zone to have black background

    thank you

    #25296

    Bogdan Donovan
    Keymaster

    Please, add the following code snippet to the Custom CSS area in Theme Settings.

    .basel-dark .wpsl-search {
    	background: transparent;
    }

    Regards

    #25457

    andreims
    Participant

    thank you Bogdan, it’s work!

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

The topic ‘dark mode website’ is closed to new replies.