Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    To remove the title link you will have to remove the a tag from the following code in the custom_home.php template file:

    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>

    To configure the slider speed you will have to add this into the js/flexslider-init.js file. Add something like:

    animationSpeed: 10000

Viewing 1 replies (of 1 total)
  • The topic ‘customize slider transition’ is closed to new replies.