In the Flux Theme style.css file, I was shown that line 209 is where to change the transparency on the home page.
Now where do I go to change the background transparency on the other pages?
Also I don't think the blue text goes with the brownish background picture. Where do I go to change the color for all the blue texts?

Comments

zirafa’s picture

Hi Kevin,

Changing the background transparency on the #container is global, and should affect all your pages at once.

The link color is defined through CSS, via the link a {} definition. Everything about the style is defined in that same style.css. A tool like Firebug for Firefox is very helpful for tracking down style definitions as you can right click, inspect an element, and it will show you the exact line number in the CSS.

zirafa’s picture

Issue summary: View changes

Added clarification to a question.

zirafa’s picture

Issue summary: View changes
Status: Active » Closed (fixed)