Actions
Feature #23944
closedEasily change default theme colors
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Themes
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
Is there any easy way to change the colors of the default theme? I am following the wiki article that has you copy the application.css into another custom theme folder and then simply override the settings that you want to change. The problem is - I am not a CSS guru, and all I want to do is change the default theme from blue to red (or green, or whatever)
I can change the top and main bars, and some of the text fields, but others remain stubbornly blue. I tried looking at the page source for clues about where to look in the application.css file, but I must be missing something.
So far, this is what I have...
@import url(../../../stylesheets/application.css); #top-menu {background: RGB(128,0,0);} #header {background-color:RGB(192,0,0);} #projects-index ul.projects div.root a.project { color:RGB(128,0,0); } content h1, h2, h3, h4 {color:RGB(128,0,0);} #main { color:RGB(128,0,0); }
Updated by Toshi MARUYAMA about 8 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use forum for question.
Actions