How to change default color of FlatOne theme - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26) +--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33) +--- Thread: How to change default color of FlatOne theme (/showthread.php?tid=505) |
How to change default color of FlatOne theme - Tan - 25th Feb If you want to change the default color of FlatOne you will need to make some css edits. What is highlighted red is the current default theme color. In global.css change the following: Quote:nav { Change #393939 to the color you want to be default. If you need to see changes, you will have to clear cookies and cache in your browser if you have the theme personalized at the theme settings page. RE: How to change default color of FlatOne theme - arnold74 - 3rd Dec Thanks for the description ... just one add-on question. How can I change the color of the icons displaying new threads or answers? I would like the little lightbulbs on the forum index to light up in a different color than the standard green RE: How to change default color of FlatOne theme - Tan - 4th Dec 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 { |