• Resolved iclementnomadps.com

    (@iclementnomadpscom)


    Hi really great plugin and 1st one that does next and previous page so easily so thank you.
    I would like to just have a button no text , no image… i changed settings but when i view in page and click on next it slide a big large bar into the screen.
    any chance of stopping this effect? i just want a simple arrow button.
    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Jo4nny8

    (@jo4nny8)

    Hi and thanks for liking the plugin.

    I assume you mean when you hover over the button it expands?

    You need to add some custom css to the following

    .wp-post-nav #post-nav-previous-default:hover,
    .wp-post-nav #post-nav-previous-switched:hover {
    right:-45vw !important;
    }
    .wp-post-nav #post-nav-next-default:hover,
    .wp-post-nav #post-nav-next-switched:hover {
    left:-45vw !important;
    }

    this will remove the hover effect of expanding them on hover.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘how to slop slider effect’ is closed to new replies.