Shiloh

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


Asked by Shiloh on Oct 31st 2009 Tagged color, menu, font, text, page, drop, down, menu in Pet Page
Report this question Get this question's RSS feed Send this question to a friend



Status

  • Cast your vote for which answer you think is best!


Answers

Webster

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? Yes/Helpful: No 0 Report this answer


Dakota - Family Leave

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 - Family Leave answered on 11/1/09. Helpful? Yes/Helpful: No 0 Report this answer