Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bootstrap Theme Admin CSS Help
Rickeo
New
Hi,
I'm trying to add custom css for everytime an admin posts via the custom.css stylesheet on the Bootstrap theme
I'm adding this to the custom.css
.Role_Administrator .Message {
background-color: #d7f4e3;
background-image: url("images/admin.png");
background-origin: padding-box;
background-position: 95% 95%;
background-repeat: no-repeat;
}
But nothing is happening
Please help?
Tagged:
0
Comments
I think you need the RoleTitle plugin so it adds the class name to each role. If you have a link it would help in troubleshooting..
http://vanillaforums.org/addon/roletitle-plugin
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Fixed it, thank you!