MyBB Community Forums

Full Version: css file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi - how's things?

I am aware that the style sheets can be modified in the admin area using the theme editor - I was just wondering if there is an actual style sheet file which I can edit?

An example being is the menu ul li links on the top of the forum... I want to change the a:links of these but can't for the life of me find out where to do this... but if I view the linked css file - I can see them plain as day

Help please Smile
Hold on - I found it Smile

Still - it would be good to have a css file - so it would be possible to do a global find and replace to change a color or something Smile
Following on from this, is it possible to use a css file you can edit, or do all changes have to be made in the admin?
Yes, it is possible to use a css file you can edit.

edit headerinclude and
replace
<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" />

with something like this
<link rel="stylesheet" type="text/css" href="{$theme['imgdir']}/your-themes.css" />
Thanks Bas... it makes sense really - I should have worked that out Smile