Project

General

Profile

Actions

Feature #23944

closed

Easily change default theme colors

Added by Brian Rose over 7 years ago. Updated over 7 years ago.

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); }
Actions #1

Updated by Toshi MARUYAMA over 7 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Please use forum for question.

Actions

Also available in: Atom PDF