like when you favorite someones post, the background changes, how do we customize that background??
Forum version ModernBB
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
.post[style*="#bbe6fc"] {
background: url(IMAGE URL HERE) transparent;
}
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
|
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
|
|
.post[style*="#bbe6fc"] {
background: url(IMAGE URL HERE) transparent!important;
}
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
This modification is for any version so long as you meet the following conditions :
  Your templates are not heavily modified
  - You can contact the support for help with modifying the script for your templates if it does not work
  The thanks system is enabled
  - Administration Panel > Modules > Reputation > Activate "Thanks" button
  You have a thanks color selected
  - Administration Panel > Display > Colors > Thanked message background color
div.post[style="background-color:#bbe6fc;"] {
background: url('IMAGE URL') center no-repeat #HEXCOLOR!important;
}