Sub-Forum status icon colors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    Sub-Forum status icon colors

    Is it possible to change the color of these? The little blue icons next to each sub-forum. I just ones the unread ones to be dark red and not blue.



  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    #2
    Figured it out! Put my CSS code together and it actually worked. I figured out how to change the color, but it fills the whole block that color. You actually have to put in a new icon URL unless you just want a little square blob, but that is a slightly different code than the one posted below.

    I used this code for anyone else wondering. Just insert your URL for the icon you want. The photo had to be small, 10px wide by 12px tall is what it took for me to make it fit.

    Code:
    .icon.new
    {background: url("ENTER-URL-HERE")!important}
    Last edited by Flash04jv; Thu 22 Oct '15, 7:13pm.

    Comment

    Related Topics

    Collapse

    Working...