I wish remove arrows before thumbnails.
How I can do it?
I wish remove arrows before thumbnails.
How I can do it?
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;
}This topic has been closed to new replies.