Hi - I have followed forum advice to change font and it works great for my homepage but not on any of the subpages. Here is my code: h1, h2, h3, h4,h5, h6, p, a, span{ font-family:Fanwood!important; } h7{font-family:Arizonia!important; } h8{font-family:Arizonia!important; } I also tried: .page-id-148 h1, { font-family:Arizonia! important; } When I use my h on the home page I get the font I want but not for any of the other "sub" pages. Please advise. Website is: www.flooringfinesse.co and below are the screen shots....I would like my headers like, "Our Story " to be in the arizonia (fancy italic) font you can see on home page for "Welocome" and " A Must see Tile..." Thanks in advance. Kim
Hello, Could you please explain your problem with the help of screenshot, where you want to change the font type, so that we can give you the exact solution. Thanks & Regards Gourav Shrivastava
I want to change all the headings to one font and the rest of the body/content on the page to another (not the default font), for example where it says "Our Story" I want to change to a font called Arizonia and then the rest of the content on the page to a different font as well. I have attached a screen shot.
Hello, Remove old css code and paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS For headings Code: h1, h2, h3, h4, h5, h6, h7, h8{ font-family: Arizonia!important; } For other body text Code: p, a, span{ font-family: your font family; } Thanks & Regards Nitesh Raghuwanshi