slider fade effect

Discussion in 'Woodpecker WordPress Business Theme' started by pratam1, Jan 30, 2016.

  1. pratam1

    pratam1 Member

    Joined:
    Apr 7, 2012
    Messages:
    41
    Likes Received:
    0
    Hi Team,

    I would like to the the slider to fade rather then the effect it has now. Below is the code i changed in the custom.js file. Its doesn't seem to work. Please advise. Thanks!

    //nivo slider
    jQuery(function() {
    var val = jQuery("#txt_tf").val();
    if(val == 'false'){
    var direction = false;
    }
    jQuery('#slider').nivoSlider({
    directionNav:direction,
    effect: "fade",
    pauseTime:parseInt(jQuery("#txt_name").val())
    });
    });
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .nivo-caption {
      background: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page