Hi, I would like to change the font of articles from "Courier New" to Sans-serif.
I found the template.css file, is this where I change it? I paste it just below.
body {
color: #333
font-family: "Courier New", Helvetica, Arial, sans-serif;
}
3 answers
Yes, that is the CSS rule you would modify.
File path --> /templates/ja_mixmaz/css/template.css . . . . line 17
A great way to figure out which CSS files control which elements is to utilize FIREBUG -- which is what I did to help you confirm that the above CSS rule was the one you need to work with.
Thanks Tom C.
I wasn’t expecting a reply since it’s weekend- thanks v.m.
Glad to be of assistance . . . All the best with your continuing site development.