Difference between revisions of "WooThemes Canvas Customization Tips"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
} | } | ||
</pre> | </pre> | ||
| + | |||
| + | * Setup theme child | ||
| + | http://woothemes.zendesk.com/entries/22505632-How-to-setup-and-use-a-child-theme | ||
| + | |||
| + | * | ||
Revision as of 14:59, 30 March 2013
- Remove Business Slider's Previous 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;
}
- Add space between list
http://support.woothemes.com/entries/22757102-Adding-space-to-a-list
.entry li {
padding: 10px 0;
}
- Setup theme child
http://woothemes.zendesk.com/entries/22505632-How-to-setup-and-use-a-child-theme