JanetL
Junior Member
Posts: 2
Registered: 12/5/2004
Member Is Offline
|
| posted on 12/5/2004 at 04:21 PM |
|
|
Editing Fonts
Could someone please share the exact code and where to put it for editing fonts.. I want bold, arial, and text centered in block
I have tried in the css, and menu.tpl.js, but nothing works, I think my frontpage properties is blocking it...
I have the free tigra menu and am using it for one dropdown block index listing..
thank you
JanetL
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 12/7/2004 at 11:16 PM |
|
|
You could specify your font setting for inner tag in the menu.css file:
.m0l0iout {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
.m0l0iover {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
|
|
|
JanetL
Junior Member
Posts: 2
Registered: 12/5/2004
Member Is Offline
|
| posted on 12/8/2004 at 02:10 AM |
|
|
thank you!!
|
|
|