V

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

  • Thread starter Thread starter vmedia
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
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...
 
Similar content Most view View more
Back
Top Bottom