One thought is to make the background of the text part white – but just the part where the text goes. How could I do this?
I could not open your site: BigRockInvestmets.com
I’m specifically referencing the blog posts like the Probate post I uploaded today
Here’s a link that actually works: bigrockinvestments.com
Now that that’s out of the way…
I made three changes, and it became much more readable for me:
- Changed font-size to 14px
- Changed line-height to 25px
- Changed text-align to left
I then found it much easier to read, but that’s just me.
Thanks a lot for the work on this, Tim. Would you mind leading me to the right php and lines for me to look at these changes? I thought I had it, but the changes I made had no effect. Thank you.
You’ll actually want to change it in style.css. I made the changes in .entry p, which starts around line 444 or so.
Add the following:
font-size: 14px;
line-height: 25px;
text-align: left;
I was just changing it in Firebug while looking at one page of the site, so you’ll definitely want to look through your site carefully after making those changes, just to be sure it doesn’t mess anything else up.
Let me know if that’s not clear at all.
Yeah, bigger text. I like font-size: 14px too, but x-large or 120% or 150% works too. I think generally speaking most sites have text that’s too small these days.
Thanks, guys. I’ve played with some changes but unfortunately it’s messing up elements elsewhere. I’ll have to figure out how to change just the blog posts and leave the text elsewhere alone. My other thought is to somehow find a way to have the text on a white box of some sort, like a white background that sits just behind the blog text but doesn’t interfere with the rest of the site (i.e. it conforms to the length of each blog post).
For your footer, I suggest that you play around with some of the code below, also think about the Cufon text replace for replacing the navigation and headers.
CSS for footer text:
text-shadow: 1px 1px 2px #000;
Cufon Text Replacement
Ok, so instead of trying to mess with CSS and figure out what my site developers did, I installed the Google Web Fonts plugin. After some testing, I think I’ve decided on the Droid Sand font. How does it look? Any easier on the eyes?
Footer: I’m looking into the Cufon stuff…
Awesome, the Cufon might be hard to work with at first, but easy once you get the hang of it, I can assist if you have any questions.