• Hey! I´m using meteor slides and its working great. But I cant override the default css for some reason. I might just be overlooking something, but I did what the guide said and copied the meteor-slides.css to my own css-folder and linked it from the head with the rest of my css. In firebug I can see that my copy is loaded and that my changes are there, but the default css takes priority and my copy is just stroked. What could I have missed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, you don’t need to load the custom stylesheet yourself. If the stylesheet has the same name of “meteor-slides.css” and it is in the root of your theme’s folder, not in a subfolder, the plugin will find it and load the custom stylesheet rather than the standard one so that the default CSS is never loaded and you won’t have to override it.

    Thread Starter devotee

    (@devotee)

    Thanks! I was not aware of that, it´s working now!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant override default css, whats wrong?!’ is closed to new replies.