Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

css created with artisteer does'nt seem to work
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: css created with artisteer does'nt seem to work
#232
css created with artisteer does'nt seem to work 5 Months ago Karma: 0
I created a template with Artisteer. I'm not quite sure if I should just copy paste the whole template.css file which Artisteer created for me into the styles.css file or just the part with the unusual fonts. Anyway it does'nt seem to work both ways. Could you please tell me what I am doing wrong, because I really would like to use your great solution.

This is my website: test.bernartwebdesign.nl

I would like to use the font mackan.ttf in the mainmenu above and in the headings.

I attached my template.css
File Attachment:
File Name: template.zip
File Size: 6777
sandrabernart
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/04/09 22:57 By sandrabernart.
The administrator has disabled public write access.
 
#239
Re: css created with artisteer does'nt seem to work 4 Months ago Karma: 2
No you should not copy the whole template file into the styles that will look really funny.

If you know basic css, to get the heading you read what the html output is.

In you case:
<h2 class="art-PostHeader">Welkom</h2>

and to change it add this line to styles.css:
h2.art-PostHeader {
font-family: mackan;
font-size: 19pt;
color: #fff;
}

And the heading is done.

Same goes for the menu. You need to know how css works. And im not a teacher for that. I can show you the basics but google does the rest.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.