MyBB Community Forums

Full Version: Trow_shaded messed up?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
check it by adding !important !! (hard refresh browser after the change)
.trow_shaded {
    background: #ffdde0 !important;
Nope. Nothing.
Is this part of your forum visible to non-members. IOW, can you give us a link so we can see it.
^ well, that is visible to privileged (moderating) staff only !!
(2011-07-07, 05:43 PM)ranjani Wrote: [ -> ]^ well, that is visible to privileged (moderating) staff only !!
Exactly.


can ANYONE fix this? D:
Anyone? Can ANYONE fix this?
^ Edit : if you cannot trust the volunteers then you may have to request one of the experts thru PM Smile
Identify an advanced user here who will help and give that person a temporary staff position so he or she can see the problem.
maybe the problem is you forgot the trailing }
replace
.trow_shaded {
    background: #ffdde0 !important;
with
.trow_shaded {
    background: #ffdde0 !important;
}
(2011-07-11, 05:21 PM)Wes the Bes Wrote: [ -> ]maybe the problem is you forgot the trailing }
replace
.trow_shaded {
    background: #ffdde0 !important;
with
.trow_shaded {
    background: #ffdde0 !important;
}
No no, it's there.

Pages: 1 2 3