override list style in K2 theme
heikobielinski - April 4, 2008 - 09:05
hi all
i have a problem using the k2 theme for drupal. i'd like to set the list-style of the navigation menu without bullets, but defining the ul.menu - class in the theme-css has no effect. it seems, as if the drupal system.css overrides the theme-css. although theme-css is imported after the drupal-system-css-files. any ideas?
thanks
heiko

Create a new folder in your
Create a new folder in your theme say 'New-Theme'
In that folder create a css file name it style.css. Now you insert your class in that file.
This theme will be displayed in your theme listing. Select your theme. then reload your page.
I think this will work.
Try to install webdeveloper and firebug(addons for firefox). It will help you find out which class are overriding.
Hope this will help
Cheers.
thanks. it was me stupid. i
thanks. it was me stupid. i was allready using webdeveloper toolbar, but that seems not to work that accurate and didn't show me the exact style definitions. firebug did the job. problem solved.