BuilderChild-Threads
From IThemes Codex
Contents |
Intro
Need to build an online t-shirt shop on WordPress? We released a new feature-rich responsive-ready Builder Child Theme, Threads.
Threads is designed to integrate exclusively with Shopp, our favorite ecommerce plugin for WordPress. Threads includes 15+ Shopp-specific styled templates so you'll have one consistent look across the theme and ecommerce portions of the site, plus custom styles for product views, cart-in-navigation settings and much more.
Blog entry announcing the release of Threads
Add the following at the end of child theme's style.css (WP dashboard -> Appearance -> Editor):
.builder-module-navigation .current_page_item > a,
.builder-module-navigation .current-cat > a,
.builder-module-navigation .current-menu-item > a,
.builder-module-navigation .menu > .current_page_ancestor > a {
box-shadow: none;
}
Add the following at the end of wp-content/themes/BuilderChild-Threads/shopp/shopp.css:
.builder-module-navigation .nav-shopp-cart a.view-cart:hover,
.builder-module-navigation .nav-shopp-cart a.empty-cart:hover {
background-color: #ff03af; /* set this to your desired value */
}

