How do I adept CSS-rules to WordPress plugin
-
I’m trying to add a header slider(meteor slides) to my own built theme in WordPress: http://michaelpeyron.com/ but as you can see I can’t make the plugin images to inherit the CSS-rules of my “div id=banner”. I have tried to take away “#banner’s background-image:” but that messed up the whole structure.
Another idea that occurred to me was to substitute
"background-image:url("img/banner.png");"with"background-image:url("<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>");"but then we need to change the css file to a php file. And WordPress is in need of a “style.css” file.To keep it simple; what I need help with is to add a slider where my header image is right now.
The topic ‘How do I adept CSS-rules to WordPress plugin’ is closed to new replies.