T tonnyz Member Nov 8, 2014 #1 Hi, what class should I use in extra.css for styling letter a, b, c, and d ? (I wanna change the colour) PS: I want them to be styled only for a specific category, so other categories / menus stay unchanged v v v thx Last edited: Nov 8, 2014
Hi, what class should I use in extra.css for styling letter a, b, c, and d ? (I wanna change the colour) PS: I want them to be styled only for a specific category, so other categories / menus stay unchanged v v v thx
iGloo' Member Nov 8, 2014 #2 It's probably possible, but you should provide us a link to let us try that change on your forum... Upvote 0 Downvote
Russ Well-known member Nov 9, 2014 #3 I'm assuming the menus have unique ID's Code: #XenForoUniq0.subForumsMenu h3 { color: #cd0000; } #XenForoUniq0.subForumsMenu .muted { color: #00ff41; } #XenForoUniq0.subForumsMenu .menuRow { color: #f11fc6; } Upvote 0 Downvote
I'm assuming the menus have unique ID's Code: #XenForoUniq0.subForumsMenu h3 { color: #cd0000; } #XenForoUniq0.subForumsMenu .muted { color: #00ff41; } #XenForoUniq0.subForumsMenu .menuRow { color: #f11fc6; }
T tonnyz Member Nov 9, 2014 #4 iGloo' said: It's probably possible, but you should provide us a link to let us try that change on your forum... Click to expand... I'd like to do so, but I don't have any live forum right now, sorry Upvote 0 Downvote
iGloo' said: It's probably possible, but you should provide us a link to let us try that change on your forum... Click to expand... I'd like to do so, but I don't have any live forum right now, sorry
T tonnyz Member Nov 10, 2014 #5 Russ said: I'm assuming the menus have unique ID's View attachment 88478 Code: #XenForoUniq0.subForumsMenu h3 { color: #cd0000; } #XenForoUniq0.subForumsMenu .muted { color: #00ff41; } #XenForoUniq0.subForumsMenu .menuRow { color: #f11fc6; } View attachment 88477 Click to expand... thanks @Russ , you are a great helper Upvote 0 Downvote
Russ said: I'm assuming the menus have unique ID's View attachment 88478 Code: #XenForoUniq0.subForumsMenu h3 { color: #cd0000; } #XenForoUniq0.subForumsMenu .muted { color: #00ff41; } #XenForoUniq0.subForumsMenu .menuRow { color: #f11fc6; } View attachment 88477 Click to expand... thanks @Russ , you are a great helper