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!!!!
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!! |
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 |
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!! |
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 |
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 |
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!! |
are we talking about Dolphin 7 ? ue30 Mods - http://www.boonex.com/market/posts/ue30 |
on the admin dashborad is a function to empty it, but before turn it off in settings - advanced settings - template
You Creature!! |
are we talking about Dolphin 7 ? no sorry dolphin 6.1.6 thought i said .. You Creature!! |
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 |
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!! |
templates/tmpl_uni/css/general.css Look for:
#topMenuWrapper
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. |
templates/tmpl_uni/css/general.css Look for: #topMenuWrapper 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!! |