ShopSite Sleek Theme

Theme Image

Version Added: ShopSite Version 10 sp1

Color Options: Classic, Baby, Blue, Blue/Green, Bold, Faint, Fresh, Gray, Green, Happy Baby,
Holiday, Muted, Ocean, Pink, Primary, Rainbow, Spunky, Warm

Hover over the images below to see a small of each color scheme to the right.

                                   

The Sleek Theme includes both page links down the left, and store links at the top. This template includes many graphics as part of the layout. You would not be able to change these graphics from within the back office of ShopSite, but you can hange the rest of the colors on the page including the link colors, background colors and text colors. When customers click to go to one of the pages listed on the left, that page will be highlighted (assuming the link to that page is on that page). One unique feature within this template is how the subproducts are displayed (see below).

How Colors and Backgrounds Are Used

Subproducts
The Sleek Theme displays subproducts different than other ShopSite themes. Subproducts are displayed in a pull down menu. If you would like the parent product to be listed in the pull down menu as well, you can add the parent product as a subproduct of itself. This will make is so that the parent product is listed in the pull down menu along with the subproducts. An example of this can be seen below. Each of the options within the pull down menu is its own product.

Not using this theme but want to have your subproducts displayed how the Sleek and Congruence themes display them? Click here to learn how you can add this subproduct feature to your custom template.

Theme Files

ShopSite Features Not Available With This Theme

Modifying the CSS in the Sleek Theme
The Sleek theme handles the CSS files differently than other built-in ShopSite themes. Instead of the CSS being included in the templates and added as part of the code on the page, the CSS files are kept in the ShopSite images directory on the server and then linked to for each page. There is a single include file within ShopSite which links to the CSS files for the Sleek theme. If you would like to modify the CSS of this theme, you would follow the following steps:

  1. Copy the Sleek-Head.sst file. Go to Merchandising > Custom Templates > Includes, and make a copy of the Sleek-Head.sst include file.
  2. Rename same as the original. Next make a copy of YOUR copy and rename it the exact same as the original. This will make it so that your file overrides the original.
  3. Copy Sleek theme CSS. Click here to see the CSS for the Sleek theme. Copy all of the CSS.
  4. Paste Sleek theme CSS into include file. Go to Merchandising > Custom Templates > Includes > Sleek-Head.sst > Edit Include. In the include file you will see a section which looks like: Remove the pound signs (#) from in front of all four lines, so the code would look like: Then paste the CSS you copied from the page above between the <!-- and -->.
  5. Save changes and view your page. Once you have the include file setup the way you want, save changes then go to Pages > Preview to see the changes.

Adding/Hardcoding your own links into the top nav or left nav of the Sleek theme
Note: in ShopSite version 11 this functionality is built in using the Navigation feature. You can configure this by going to Preferences > Navigation, and using the Left Navigation feature setup.
The Sleek theme is setup in such a way that you would be able to add your own links to the top navigation bar or left navigation bar. For the top bar, only five links fit across the top so if you would like to remove some of the ShopSite links, such as the customer registration links, you can remove those links from the Sleek-TopLinks.sst file and add your own links in their place.

For the left navigation you can add your own links in additional to looping the links on your store pages, or you can choose to not use the page link feature within ShopSite and add all of your own links. You would do this by making a copy of the Sleek-LeftLinks.sst include file, adding your own links (format for these links is shown within the include file), then saving the changes to that file and republishing your store. Note, your copy of either of these files needs to be the exact same name as the original so that it will override the original.

  1. Copy Sleek Include File. Make a copy of the 'Sleek-TopLinks.sst' or 'Sleek-LeftLinks.sst' include file.
  2. Copy YOUR copy and Rename Same as Original. Make a copy of YOUR copy and rename it the exact same name as the original so that your file overrides the original.
  3. Add Your links. Add your own links to the file. If the file has instructions for the format of the link then follow those instructions.
  4. Publish. Once you have setup your include file you can go to Utilities > Publish > Regenerate, to republish your website with the updated links.