I would like to edit the items in the menu bar. The main point font type, color and size. But when I edit using firebug, unfortunately the other items on my website also to edit. How can I edit only the navigation menu?
I would like to edit the items in the menu bar. The main point font type, color and size. But when I edit using firebug, unfortunately the other items on my website also to edit. How can I edit only the navigation menu? |
In dolphin script its in /templates/base/general.css . If you have a custom template I recommend you only edit css in there, which would usually be /templates/temp_example/general.css . some templates may call that file something else. I have seen in a file called custom.css but most are general.css. (temp_example being your custom template). some of what you need may also be in top_menu.css If you dont have have a custom template you should really create your own by copying temp_uni and making changes there and using that as your default template. You would of course rename that template ( something like temp_mycustomtemp (Hope i didnt confuse you here ). |
If you don't have 3rd party template so i assume it is tmpl_alt or tmpl_uni simplest way is to grab the css from base and edit as you prefer color styling and drag it to tmpl_uni or alt css folder this will override the styling from base without breaking the styling of your admin area "Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
Thanks for the advice, I use it sometimes when I want to practice playing with css. I was able to edit such as the font and size only for navigation menu bar preceding adding "font-family 'and' font-size '. You can check it on my website: www.areavis.com In dolphin script its in /templates/base/general.css . If you have a custom template I recommend you only edit css in there, which would usually be /templates/temp_example/general.css . some templates may call that file something else. I have seen in a file called custom.css but most are general.css. (temp_example being your custom template). some of what you need may also be in top_menu.css If you dont have have a custom template you should really create your own by copying temp_uni and making changes there and using that as your default template. You would of course rename that template ( something like temp_mycustomtemp (Hope i didnt confuse you here ).
|
Thanks for the advice. Also appreciated. Firebug helps me a lot in changes in css, I can change the colors etc for a long time. I mean now about the problem with the display of individual elements in navigation menu. I set in the css as "inherit", and some still look like "bold" If you don't have 3rd party template so i assume it is tmpl_alt or tmpl_uni simplest way is to grab the css from base and edit as you prefer color styling and drag it to tmpl_uni or alt css folder this will override the styling from base without breaking the styling of your admin area
|