By fletcherson on
I successfully managed to override Drupal CSS using this method (Overriding drupal.css; two approaches).
Now how do I override more stylesheets at the same time, for example module-stylesheets?
I successfully managed to override Drupal CSS using this method (Overriding drupal.css; two approaches).
Now how do I override more stylesheets at the same time, for example module-stylesheets?
Comments
How do I add more CSS files to code that points to 1 allready?
To the code below how do I add more CSS'files?
I tried doing the following gave me "argument count errors", but I can't spot where I did a mistake (I didn't forget to remove the space in st yle):
I also tried duplicating, adding more functions or adding more to the existing function, however I I couldn't think of a name I could give the 2nd function, because it looks like the function has a specific/special name. Maybe I'd need to add elseif? How can I do this?
I tried doing the following but it doesn't work for some or another reason (I might have to ad an else in the end that simply tells it to do nothing):