system.menus.css
has it's own styles for the menu block. How can I override this style?
Would creating a folder called CSS in my theme and adding a file system.menus.css
override it?
|
add your css file through your themes's
|
|||||||||
|
You can not override css just by making a file with the same name. If you implement a theme you can for instance use the custom.css or navigation.css (in genesis theme) to override styles from the system.menu.css. If for instance someting has a border of 2px and you want no border you can add to the style |
|||
|