I am very new to this and I am struggling a lot.
I want to add my own CSS file, to use with blogs.
I am using Classic 1.5 by Dave Shea
I added @import url ('mydir/mycss.css') to the end of style.css in wp-content/themes/classic
It does not appear to be working.
I expect it is my path designation, but whatever I try it does seem to find it.
mycss.css
body {
background: red;
font-size: 2em;
}
I assumed this would modify at least some of the output on the page.
Any pointers appreciated.
Richard