Hello, I have a blog that I am trying to set up on the zoo yootheme template. I think I have just about figured it out but I can't figure out how to change the title font or colour? It gives no options to change it at all or customise it. Does anyone know how to do this please? Thanks
if you're using Chrome (which is the best browser for developing websites that I've found) you can right-click on anything on a web page and select 'Inspect Element' and see which CSS rules are being applied to it, you can edit them in the Inspect Element sidebar love on the site (but not save changes) and see how it affects the page in the Chrome window, and it will also tell you which CSS file has those rules in it and the line number so you can quickly load up the right file and make your edit. I can't imagine editing YOOtheme templates any other way! Best of luck to you
Firebug is a great tool to inspect and adjust your CSS. It is a pluging for Firefox. Google "Firebug for Google" then install it. It will let you examine all your html and CSS