Answers Home
» The Dogster Website
» Pet Page
How do you change the menu color and the font color (in page)?
I know that there was a site HQ gave us, but then I forgot what it was. I tried looking fur it in the Dog Blog, I couldn't find still. Pawlease help!
Oh and about the font color in my page, I did change the font (to verdana) but have no idea why the color isn't changing! I did change the color in the code, but why doesn't it work??? Here is how my code looks like:
<style>td,p,body, a, font, span,h2, h3{color:FF6666 ! important;font:10pt
verdana;font-weight:400; }</style>
Pawlease tell me where I went wrong and maybe change my code fur me! Thanks! :D
Status
- Cast your vote for which answer you think is best!
Answers
Perhaps you could try it like this instead:
<style type="text/css">
td, p, body, a, font, span, h2, h3 {
color: #FF6666 ! important ;
font: 10pt verdana ;
font-weight: 400 ;
}
</style>
Webster
answered on 11/1/09.
Helpful?
/
0
Yes. What Webster barked.
HQ has upgraded our Pet Pages and Group Pages to use Css3. This means that some stuff that really wasn't right but still worked doesn't work anymore.
Now we must have it right and cannot slide being sloppy anymore. We must have our measurements - ie: px, pt, em - and the # before our color codes.
Dakota
answered on 11/1/09.
Helpful?
/
0





