I've modified the Boxes and Borders theme in Grass using the options in Customize Your Theme to include a background. I had to change the background color of the entries, modules, etc. to a solid color to allow the text to show and be legible. I'd really like to use custom entry pages for my journal, but unfortunately I don't see an option that would allow me to set a different background color for comments so they can be read. I currently have the entry pages set to display in the site layout, but I'll turn it back to my entry style if anyone wants to see what's going on.
Is there any way to do this? I'm fairly ignorant of coding, but if you explain it slowly, I ought to catch on pretty easily. :D Even just knowing if there's a better style variation for the theme I'm using that would make this possible would be wonderful.
Is there any way to do this? I'm fairly ignorant of coding, but if you explain it slowly, I ought to catch on pretty easily. :D Even just knowing if there's a better style variation for the theme I'm using that would make this possible would be wonderful.
no subject
Date: 2010-11-10 01:28 am (UTC)Is there any way to get rid of the text entirely in the header? I'd like the title of my journal to appear in a fancy pants font, so I have an image with the title in that font, which you can see if you click over. I'd like the part where it say "msmcknittington / [whatever page you're on]" to go away. I thought just not entering a title would make it go away, but not so. I bet it's going to be something like .header {something about displaying text here}, right?
Thank you so much for sharing your knowledge. It's very kind of you to do so!
no subject
Date: 2010-11-19 08:06 pm (UTC)Bits of a page can be given either an ID or a CLASS. An ID has to be unique (this is the header, or in this case the title), whereas a CLASS can be repeated multiple times (entry headers, etc). A page should only have one title, ergo it's an ID, denoted by # instead of .
On my display, your image is obscuring the text, but it's still there, this code will turn it off from display completely (but leave it there for screenreaders who can't see the picture)