How To Remove The Navigation Buttons
-
This following thread will help you remove the plugin’s navigation buttons. To remove the navigation buttons you must apply a small css modification. Here is what you have to do.
Go to your WordPress dashboard, and click on the Plugins tab. Then click on the editor sub-link. From the select a plugin to edit select menu on the right, select WP Image Carousel, then click on select. Now click on style.css
Find this following code block:
.wpic_navigation { margin-bottom: 7px; overflow: hidden; }
Replace it with this following code block:
.wpic_navigation { margin-bottom: 7px; overflow: hidden; visibility: hidden; }
Then click on update file!
You now removed the navigation buttons from your carousels. If you want them back, you can replace your new code block with the old one.If you need any more help, please leave a replay ??
- The topic ‘How To Remove The Navigation Buttons’ is closed to new replies.