Myunnos
Member
Hi there!
I'm following your guide http://xenforo.com/help/user-group-styling/ specifically the part where it changes the post look. It works on third party themes but the exact settings do not apply when the theme is switched to the default.
This didn't work on the previous version nor on 1.3. Any fixes for the default theme?
Thanks!
EDIT: To elaborate a bit more, the code here (In the EXTRA.css)
Does not apply in the default theme. Only in the third party theme.
I'm following your guide http://xenforo.com/help/user-group-styling/ specifically the part where it changes the post look. It works on third party themes but the exact settings do not apply when the theme is switched to the default.
This didn't work on the previous version nor on 1.3. Any fixes for the default theme?
Thanks!
EDIT: To elaborate a bit more, the code here (In the EXTRA.css)
Code:
.staff .avatarHolder {
background-color: #C64545 !important;
border-radius: 0px !important;
}
.staff .messageUserBlock {
background-color: #FAFAFA;
border-color: #C64545;
}
.staff .messageUserBlock .arrow {
border-left-color: #C64545;
}
.staff .messageUserBlock .arrow span {
border-left-color: #C64545;
}
Does not apply in the default theme. Only in the third party theme.
Last edited: