Difference between revisions of "WooThemes Canvas Customization Tips"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | |||
* Remove the Business Slider's Prev and Next buttons | * Remove the Business Slider's Prev and Next buttons | ||
http://support.woothemes.com/entries/22763687-Hiding-next-previous-Business-template-slider-arrow | http://support.woothemes.com/entries/22763687-Hiding-next-previous-Business-template-slider-arrow | ||
| Line 8: | Line 7: | ||
display: none; | display: none; | ||
} | } | ||
| − | + | </pre> | |
| − | <pre> | ||
Revision as of 09:57, 24 March 2013
- Remove the Business Slider's Prev and Next buttons
http://support.woothemes.com/entries/22763687-Hiding-next-previous-Business-template-slider-arrow
/* custom.css */
.business #loopedSlider a.flex-prev, .business #loopedSlider a.flex-next {
display: none;
}