• I’m trying to customize the styling of my sliders, and created a custom.css stylesheet in the plugins>amooth-slider>css>styles folder.

    After I created the stylesheet, I selected it in the dropdown box on the Smooth Slider settings (via WP admin). However, none of the styles are applying.

    At one point I loaded up FireFox’s Web Developer toolbar to try and trouble shoot and hit CTRL+E to edit teh styles in browser, and it shows me that the browser isn’t loading my custom stylesheet, it’s still loading default.css.

    It would be great to be able to do a custom stylesheet so updates don’t erase my changes, but for now I guess I will have to just edit default.css.

    Unless I’m missing something?

    http://wordpress.org/extend/plugins/smooth-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can also over-ride the CSS settings of smooth slider by placing your style.css in the header.php after the wp_head() statement.

    Hi Daniel

    I am using the same plugin and I am not able to locate the stylesheet and I am using thesis as the theme.

    Can you suggest me somthing for thesis, all it seems is that its picking some padding as

    .jcarousel-skin-default .jcarousel-clip-horizontal {
    padding: 0 20px;
    width: 951px;
    }

    And i am not at all able to locate it. Kindly help me if you may. Thanks

    Shailesh

    (@shaileshsavaliya)

    Try this,
    may it work…………..

    Add this code in your style.css

    .jcarousel-skin-default .jcarousel-clip-horizontal {
    padding: 0 20px !important;
    width: 951px !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Smooth Slider] Custome stylesheet not applying’ is closed to new replies.