andybh Posted November 20, 2007 Share Posted November 20, 2007 would anyone know how to change the font type in client area? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 20, 2007 Share Posted November 20, 2007 It's in the CSS file: /templates/default/style.css "Default" as above, or whatever style you use. Quote body,td,input,select,textarea { font-family: Tahoma; font-size: 11px; } 0 Quote Link to comment Share on other sites More sharing options...
andybh Posted November 21, 2007 Author Share Posted November 21, 2007 what div tag would I be looking for in style.css? 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted November 21, 2007 Share Posted November 21, 2007 andybh said: what div tag would I be looking for in style.css? Their are no div tags in the style.css file. The style.css is a Cascading Style Sheet. Bear pointed out which style you need to edit it order to change the default text, in this case the body style. Hope that helps, Adam 0 Quote Link to comment Share on other sites More sharing options...
andybh Posted November 21, 2007 Author Share Posted November 21, 2007 Thanks Adam I am new to css but slowly getting the hang of it. This is what I was after: Quote Bear pointed out which style you need to edit it order to change the default text, in this case the body style. I was getting style and div tag mixed up! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.