I’ve created a new view and changed some styles in view.css. But when I load the page, my styles are overridden by style.css and system.theme.css.
Is there a way to set my css “before” the system css?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add to your theme’s template.php file:
This is a pretty extreme option. In many instances you may want to just override with more specific CSS as Rory suggests. Or use a combination of the techniques.
solution from:
http://drupal.org/node/592636#comment-4370580