XF 1.3 Styling Subforum-dropdown-menu for Specific Category

tonnyz

Member
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
subfor.webp

thx
 
Last edited:
I'm assuming the menus have unique ID's :D
Screenshot_2.webp


Code:
#XenForoUniq0.subForumsMenu h3 {
color: #cd0000;
}
#XenForoUniq0.subForumsMenu .muted {
color: #00ff41;
}
#XenForoUniq0.subForumsMenu .menuRow {
color: #f11fc6;
}


Screenshot_1.webp
 
Top Bottom