Twentyten (child) theme colors assistance
-
Hello all! I am new to CSS and I would love some assistance with finding what to edit. I am using a twentyten child theme I created, and I am just adding my changes to the style.css to overwrite the defaults in the twentyten theme, so when I update changes will be saved.
I have found this much so far: I can change all of my heading colors with this particular bit I found the default style.css file
/* HEADING COLORS */ #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: black; }
I am wondering where the code for the following colors are
1. Background Color
2. Main Text Color
3. Page Title Color
4. Links Color (both normal, hover, and visited)Note: I do have firefox and firebug installed, and when I click on the page title color, for example, it shows it as “entry-title” as the class, but there are a TON of “entry-title” parts in the style.css, so I’m not sure where to go from there.
Any help is appreciated, thank you.
- The topic ‘Twentyten (child) theme colors assistance’ is closed to new replies.