Need Help Modifying a Theme with CSS!
I have been experimenting with TypePad and thus far, I like what I see. But I have a very limited knowledge of CSS and I think I've hit a wall when it comes to editing my selected theme. I'm trying to change certain things like font color, link color and text decoration in the post body, post footer and blog footer, among other areas, but no matter what codes I enter, nothing seems to change (even though they've done the trick for other elements). And in some instances, I don't even know what the section I need to change is called, so I can't enter any code for it (eg the built in orange links that say "Main" "Comment Feed" etc. in the picture).
Can anyone point me in the right direction?

Can anyone point me in the right direction?

1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?I'm not a design expert, but I think you can change the font for the "main" link by using the following:
.content-nav p {
color: #999999;
font-family: 'Trebuchet MS', Verdana, sans-serif;
}
Of course, you would need to change the color to whatever color you want, and the do the same for the font family. If this doesn't work, let me know and I'll try to get one of our designers to take a look.
Loading Profile...


