trying to change a font!!!

ok im back with what will probly be a really simple change, but i want to change my top tenu text to

font-family:ITCBradleyHand; but it wont change :( i have tried changing the font code around but still wont work :(

please help!!!!

You Creature!!
Quote · 24 Mar 2010

did you insert the new font in templates/base/css/top_menu.css ?

and the most problem is always that the cache in your admin panel for css is on.

so turn it off for changes and empty it on admin dashboard

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Mar 2010

did you insert the new font in templates/base/css/top_menu.css ?

and the most problem is always that the cache in your admin panel for css is on.

so turn it off for changes and empty it on admin dashboard

sorry where in the admin panel do i find the cache for css?

You Creature!!
Quote · 24 Mar 2010

You can find them here:

on the index page of the admin panel you will see the tab where you can clean all the caches.

To disable them go:

settings/advanced settings/template.

You will find all the checkboxes there for the css system

JOOsocial

Quote · 24 Mar 2010

on the admin dashborad is a function to empty it, but before turn it off in

settings - advanced settings - template

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Mar 2010

did you insert the new font in templates/base/css/top_menu.css ?

and the most problem is always that the cache in your admin panel for css is on.

so turn it off for changes and empty it on admin dashboard

no i tried changing it in templates/mytemplate/css/general.css

also tried in anchor.css but wouldnt work!!!

top_menu.css in base????? cant find it :

You Creature!!
Quote · 24 Mar 2010

are we talking about Dolphin 7 ?

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Mar 2010

on the admin dashborad is a function to empty it, but before turn it off in

settings - advanced settings - template


i dont have a option in my admin dashboard to do that :(

You Creature!!
Quote · 24 Mar 2010

are we talking about Dolphin 7 ?

no sorry dolphin 6.1.6  thought i said ..

You Creature!!
Quote · 24 Mar 2010

in d6 it should be in template/tmpl_uni/css/general.css or in your used template folder

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Mar 2010

in d6 it should be in template/tmpl_uni/css/general.css or in your used template folder

i have tried to change the text in my template folder but it dont seem to change the style at all..

You Creature!!
Quote · 24 Mar 2010

templates/tmpl_uni/css/general.css

Look for:

 

 

#topMenuWrapper
 {
 background: black url(../images/nav_left_black.jpg) no-repeat top left;
 padding-left:30px;
  position:relative;
  /*height:24px;*/
  color:black;
  height:60px;
  
  
  
  
 }

 

You need to add:

font-family:ITCBradleyHand;

But keep in mind, if it's not installed on the computer, noone will see it and it'll just default to something more general.

 

Use Firefox Browser with the Plug In Firebug and it'll answer many of these questions for you.  Good luck with your site.

Quote · 24 Mar 2010

templates/tmpl_uni/css/general.css

Look for:

#topMenuWrapper
{
background: black url(../images/nav_left_black.jpg) no-repeat top left;
padding-left:30px;
position:relative;
/*height:24px;*/
color:black;
height:60px;




}

You need to add:

font-family:ITCBradleyHand;

But keep in mind, if it's not installed on the computer, noone will see it and it'll just default to something more general.

Use Firefox Browser with the Plug In Firebug and it'll answer many of these questions for you.  Good luck with your site.

Thanks, didnt know it wouldnt show if it wasnt installed on the viewers computer :(  but now i know, you learn something new every day !!!

You Creature!!
Quote · 24 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.