hi I have just done this site http://www.mychildhascancer.co.uk/ I want to change the font just for the mission statment at the bottom of the 1st page without affecting any thing else.
Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .footer-navi .navigation ul li a { font-family: verdana; } Inplace of "verdana" you can paste your required font type. This will solve your issue. Thanks.
hi thanks it worked, but not on the right bit i ment this this text i want to change "There can be few more devastating moments in your life than when you are told that your child has cancer. Isolation and confusion dominate those first few weeks and months, and we all know it doesn't end there. Mychildhascancer.co.uk is here to help you through your child's cancer treatment journey, and to help you feel less alone."
Paste the following code in your custom css Code: blockquote { font-family: verdana; } This will solve your issue. thanks.