Last updated 20 days ago
Was this helpful?
In case you need to use 2 separate logos for 2 Light/Dark modes of the website, please check the instructions below:
// Additional CSS .dark header .wp-block-site-logo { display: none; } .logo-dark { display: none; } .dark header .logo-dark { display: block; }