Hello There, Guest! Login Register
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change default color of FlatOne theme
#3
To change the folder looking icons that show status of posts and threads would require css knowledge. You can change the dark grey folder to some other color by editing thread_status.css somewhere on line 8 I believe.

Code:
.folder::before {
   content: "";
   font-family: "FontAwesome";
   font-size: 25px;
   color: #4A4A4A; /* change this hex code */
}
Reply


Messages In This Thread
RE: How to change default color of FlatOne theme - Tan - 4th Dec, 05:27 am



Users browsing this thread: 1 Guest(s)