Same issue here.. using apparel.
custom.css completely overwrites the theme's css
made a seperate custom css file that doesn't seem to load
Same issue here.. using apparel.
custom.css completely overwrites the theme's css
made a seperate custom css file that doesn't seem to load
Hi,
Add priority at the end, as such "priority: 1100"
Hi,
Add priority at the end, as such "priority: 1100"
If you have a "custom.css" file as well than remove it, else the theme's css will be completely ignored
Hi,
Add priority at the end, as such "priority: 1100"
I am exactly in the same boat as you, I want to override that specific theme, I actually managed to do so but the whole theme's CSS is now not working correctly.
My own CSS has nothing in it, which makes it strange, except:
.rte ul {list-style-type: disc}
Which apparently doesn't even take affect correctly at cms pages..