Jump to content

Recommended Posts

Posted

hi

If your theme has a light/dark mode, you easily do that. there is no option by default for that.

html[data-theme="dark"] #elLogo {
 /*dark logo*/ 
}
html[data-theme="light"] #elLogo {
 /*light logo*/ 
}

 

Posted

Thanks for your response. I am not using the dark mode (its not working properly), so I have a seperate light and dark theme. The code you presented above is for the site logo I guess? 

 

What I meant is to have two different forum icons, depending on the style I am using:

Could contain: Logo, Text

Posted
3 hours ago, angle4cor said:

The code you presented above is for the site logo I guess?

yeh

3 hours ago, angle4cor said:

What I meant is to have two different forum icons, depending on the style I am using:

for this you can do too.

what theme do you use?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...