R
rohatcengizhanbucak
Guest
XF 2.3 - Custom prefixes
How can I make custom CSS assignment in Light and Dark theme modes? I searched a lot but I couldn't find a solution. For example, I want to make the colours of the <h2 class=‘block-header’> element in the forum white in the light theme. However, when it switches to dark mode, it continues to appear white. How can I fix this?
extra.less
Code:
Read more
Continue reading...
How can I make custom CSS assignment in Light and Dark theme modes? I searched a lot but I couldn't find a solution. For example, I want to make the colours of the <h2 class=‘block-header’> element in the forum white in the light theme. However, when it switches to dark mode, it continues to appear white. How can I fix this?
extra.less
Code:
Code:
.block-header {
background: #fff;
border-bottom: 1px solid...
Read more
Continue reading...