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

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top