Topic: Read FAQ, but still... custom css, how?
I just can't figure this out I want to change how things look in Default.skin.php. I've tried to edit the template in the admin panel, but cannot understand how to refer to an external css-file, which has the styles I want to use.
I've read the FAQ, but I guess at least some parts of the css stuff has changed on the way. Could someone please tell me how to change for example color of links in the templates?
I've tried the following:
<span class="ownlinks">some elements in template</span>
and in default.css
.ownlinks {
color: #000000;
text-decoration: none;
}
All help highly appreciated