Text/background color and footer location
-
I have a couple of questions. I am working on a web site for my band using the Harmonic theme, which seems to work quite well for what I want. I haven’t fully explored the static front page options, and I might at some point, but for right now I’m just leaving the blog on the front page (I’m not actually sure how to put them on a separate page, but I’m sure I could figure it out). Here are the problems I have having:
1) I think I have figured out how to change the title text colors, but it doesn’t seem to work right. I have Jetpack installed, so I went to the CSS editor and added
.page-title a {color: #ccc;}
and.entry-title a {color: #ccc;}
but when I do it that way, it doesn’t change the page title color. If instead I combine them to.entry-title, .page-title a {color: #ccc;}
, then the page titles change, but not the blog entry titles. So currently, I have that combined code PLUS another copy of the .entry-title code and that seems to be working, but it seems to me that I shouldn’t have to do that. I’m not sure what’s going on, though, admittedly, I am quite new to CSS.2) At the moment, having light colored text works fine, but ultimately I think I would like to have a light, semi-transparent background behind just the page/post content. My reading indicates that this would need to be done with RGB colors instead of 3-digit hex, but I’m not sure how to proceed beyond that.
3) This is really bothering me. On my shorter pages, the About and Music pages, the footer is halfway up the screen and looks really bad. How do I get it to stay at the bottom (other than just adding more text)?
- The topic ‘Text/background color and footer location’ is closed to new replies.