WooThemes Canvas Customization Tips

From Ittichai Chammavanijakul's Wiki
Revision as of 13:26, 24 March 2013 by Ittichai (talk | contribs)
Jump to navigation Jump to search
  • 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;
}