Here is a quick tip on how to override a module’s css.
To add css the module should have a box that permits to add css suffix.
Look for the class that affects the tag you want to modify (Eg. ul ulclass) and create a suffix for it (Eg. ul .class_myownsuffix) in the css. Refere to it in the suffix box by using _myownsuffix.
Advertisement