Ques/Help How to change sticky background based on dark / light theme?

V

vmedia

Guest
Hello!

Should be simple - just wanna have a specific sticky background for the default light and dark theme for xenforo. Here is what I have currently in my extra.less

Code:

Code:
.structItemContainer-group--sticky {
     background: #000;
}
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
    color: #FF474E;
      font-weight: bold;
}


need a way to separate them so i have two versions please provide the code, thank...

Read more

Continue reading...