Hello , I have a problem/question with this theme . I want to edit the colors of ranks , for example : Moderator - green Admin - red Registered - black But right now i see that , all usersgroups have by default the red color (if the user banner is activated). admin : http://prntscr.com/93xts9 mod : http://prntscr.com/93xtok How can i change it , for select the colors from User Banner Styling / default ?
Hello, Please open template stylium_modified_css.css and find Code: .messageList .message:first-child .messageUserBlock .userBanner { background-color: #FF5311; } .messageList .message:first-child .messageUserBlock .userBanner .before, .messageList .message:first-child .messageUserBlock .userBanner .after { border-bottom-color:#FF5311; } Replace with Code: .messageList .message:first-child .messageUserBlock .bannerStaff { background-color: #FF5311; } .messageList .message:first-child .messageUserBlock .bannerStaff .before, .messageList .message:first-child .messageUserBlock .bannerStaff .after { border-bottom-color:#FF5311; } Regards,
Thanks , its working . And now , how to use the design of theme for ranks ? If i modified the css i get this : http://prntscr.com/9420cv And why the title lader is not showing on "postbit" ? on the default theme is works
Could you please tell me what did you do? As you see on live demo, title lader still works normally. Regards,
Is not : http://prntscr.com/94hyqw , only on the default theme is working/its shows . I want to convert this : http://prntscr.com/94hz6c to this : http://prntscr.com/94hzlv thanks
Yes , i want to deacresing it . The tittle ladder : http://i.imgur.com/t6WPD0A.png , not showing on postbit , only on profile or card member .
It doesn't appear caused on your adding below css. Remove it to get title lader appear. Code: .messageUserBlock .userTitle { display: none!important; }