• Resolved john_unlimited

    (@john_unlimited)


    I’m trying to apply a custom style to my slider. I’ve defined it and given it an id;

    [promoslider id=”slider_02″ slider=”new-promotions” height=”259px” display_title=”default” display_excerpt=”excerpt”]

    When I come to add new CSS to my stylesheet it won’t display, insted reverting to the existing default CSS which I don’t want to change, as it the plugin is updated my changes will disappear. the title attribute is;

    .promo_slider_title a

    so I’ve tried

    #slider_02 .panel.panel-1 .promo_slider_title a

    and other longer definitions, but with no success. What I doing wrong and is there another way to override the default CSS?

    https://www.ads-software.com/plugins/promotion-slider/

Viewing 1 replies (of 1 total)
  • Hi john_unlimited

    You have to use correct classes.
    If you use Mozilla Firefox you can use the Inspector Tool (Chrome has too but different name).
    In FF you can access Inspector with Control+Shift+I

    Just navigate to slider and will see that, by example
    slider title is a span with class=”panel-title”
    featured image is a div class=”promo_slider_background_image”

    Hope this help you

Viewing 1 replies (of 1 total)
  • The topic ‘How to show custom CSS, ID tag not working.’ is closed to new replies.