With version 2.15.4, a new theme has been made available as part of those delivered with the base CyberStore install.
The latest theme for CyberStore is called "Compass" and is sure to help show your Shoppers the way to your online products.
The scripts below should be loaded into the Site Scripts tab in your Console's Site Manager > Site Configuration settings. Doing so will establish the required site-wide elements of your site code.
"Compass" Site Scripts |
Copy Code
|
---|---|
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- PRELOAD DNS --> <link rel="dns-prefetch" href="//fonts.googleapis.com"> <link rel="dns-prefetch" href="//www.google.com"> <!-- CSS --> <link href="/ECommerce/site/Themes/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="/ECommerce/site/Themes/css/Menu.css" rel="stylesheet"> <link href="/ECommerce/site/Themes/css/MenuIcons.css" rel="stylesheet"> <link href="/ECommerce/site/Themes/css/Controls.css" rel="stylesheet"> <link href="/ECommerce/site/Themes/css/Theme.css" rel="stylesheet"> <!-- MENU --> <script src="/ECommerce/site/Themes/js/modernizr.custom.js"></script> <link href="/ECommerce/site/Themes/css/font-awesome.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open Sans:300,400,600,700,800" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Khand:300,400,500,700|Podkova:400,600" rel="stylesheet"> |