First, thank you for this great template Anne. Should be launching a website in a week or two and the template has been a HUGE help!

Quote Originally Posted by RFree190 View Post
Hi Anne,
I already have 17 products added to the cart. But none of the tabs are open when you first load the home page.
If I click the NEW tab, it opens and shows all the products. Is there any way to get the NEW tab to open by default when the page first loads?

Thanks!
Rick
To change which tab shows by default, modify line line 6 in the css file: /includes/templates/abbington_mega/css/stylesheet_module_tabs.css:

HTML Code:
#featuredProducts {display:block;}
Change featuredProducts to either whatsNew, or specialsDefault -- depending on which you want... or to open all three, you can make the line:

HTML Code:
#featuredProducts, #whatsNew, #specialsDefault {display:block;}