Hello,
I'm trying to make a few changes to my blog - http://ianmmcclelland.me
Firstly, I've changed the H3 tags to 24px using the following code but although this changes the footer widgets on the homepage it doesn't change the widgets in the right-hand column of the blog pages even though these are also tagged as H3
h3 { font-family:droid-sans-1, droid-sans-2; font-weight:normal; font-size:24px; }
Secondly, I'd potentially like to change the color and alignment of the menu text but I tried using the following code but can't get it to work
#menu { text-align:center; text-color:#ffffff; }
Finally, I'd potentially like to change the color of the main body text and links but can't get this to work either!
Any help much appreciated.
Thanks
The blog I need help with is ianmmcclelland.me.