Forums

[Plugin: Rotating Posts] How to remove arrows (2 posts)

  1. barcaman
    Member
    Posted 2 years ago #

    I wish remove arrows before thumbnails.
    How I can do it?

    http://wordpress.org/extend/plugins/rotating-posts/

  2. YukataNinja
    Member
    Posted 2 years ago #

    Use custom css so the images have display: none.

    This should do it but I did not test it:

    div#rp_nav #rp_nav_arrows img
    {
    display: none;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic