• Resolved xiaoxian3943

    (@xiaoxian3943)


    Hi, I am using the template “Modern”, and I have set different logo for normal mode and dark mode, however it’s not changing when switching to dark mode. I switch the template to “2023”, the issue is still persisted.

    Do I need to do any other setting for it to work?

Viewing 1 replies (of 1 total)
  • Plugin Author UiPress

    (@admintwentytwenty)

    Hey,

    This isn’t a bug, the logos won’t change automatically as there is a separate dynamic variable for dark mode.

    You would need to duplicate the logo in the uiBuilder, replace the dynamic value with {{siteLogoDarkMode}}

    Then you would want to conditionally hide them depending on the mode. You can do this by applying display none in dark mode and display block in light mode and vice versa.

    You can see how to edit for dark mode here:

    https://uipress.co/docs/#/doc/12423/

    Thanks,

    Mark

Viewing 1 replies (of 1 total)
  • The topic ‘Dark Mode Logo Not Changing’ is closed to new replies.