Is there a way to call a CSS class into a preset?
I have a CSS class that adds shadow to images and I'd like to call this into the preset.
Is it possible to do?
you should be able to do that by overriding the theme function... or if you're calling the theme function passing it in via the $arguments parameter
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
mindgarden commentedI have a CSS class that adds shadow to images and I'd like to call this into the preset.
Is it possible to do?
Comment #2
drewish commentedyou should be able to do that by overriding the theme function... or if you're calling the theme function passing it in via the $arguments parameter