So I thought I could just add these to the Head tag (and comment out the php file path):
I guess I should quit thinking, because that totally blew the look & feel apart...
I'm trying to find out what CSS I need for the storefront ReadyTheme stuff since I'm trying to meld it into another ReadyTheme.
Code:
<link href="themes/booc/css/base/base.css" /> <link href="themes/booc/css/base/buttons.css" /> <link href="themes/booc/css/base/colors.css" /> <link href="themes/booc/css/base/normalize.css" /> <link href="themes/booc/css/base/forms.css" /> <link href="themes/booc/css/base/icons.css" /> <link href="themes/booc/css/base/scaffolding.css" /> <link href="themes/booc/css/base/tables.css" /> <link href="themes/booc/css/base/typography.css" /> <link href="themes/booc/css/base/helpers.css" /> <link href="themes/booc/css/base/print.css" /> <link href="themes/booc/css/components/site-header.css" /> <link href="themes/booc/css/components/site-footer.css" /> <link href="themes/booc/css/components/back-to-top.css" /> <link href="themes/booc/css/components/basic-modal.css" /> <link href="themes/booc/css/components/basket-display.css" /> <link href="themes/booc/css/components/breadcrumbs.css" /> <link href="themes/booc/css/components/category-tree.css" /> <link href="themes/booc/css/components/checkout-process.css" /> <link href="themes/booc/css/components/custom-select.css" /> <link href="themes/booc/css/components/customer-account.css" /> <link href="themes/booc/css/components/filtering-pagination.css" /> <link href="themes/booc/css/components/global-mini-basket-drawer.css" /> <link href="themes/booc/css/components/global-login-drawer.css" /> <link href="themes/booc/css/components/global-search-drawer.css" /> <link href="themes/booc/css/components/messages.css" /> <link href="themes/booc/css/components/mm-card-grid.css" /> <link href="themes/booc/css/components/oc-menu-button.css" /> <link href="themes/booc/css/components/off-canvas-menu.css" /> <link href="themes/booc/css/components/primary-navigation-drawer.css" /> <link href="themes/booc/css/components/product-details.css" /> <link href="themes/booc/css/components/shipping-estimator.css" /> <link href="themes/booc/css/components/tags-notifications.css" /> <link href="themes/booc/css/components/hero-slider.css" /> <link href="themes/booc/css/plugins/magnific-popup.css" /> <link href="themes/booc/css/plugins/slick-slider.css" /> <link href="themes/booc/css/plugins/smartTabs.css" /> <link href="themes/booc/css/plugins/tabs.css" /> <link href="themes/booc/icons/ElegantIcons.woff" /> <link href="themes/booc/css/theme/ReadyThemes.woff" /> <link href="themes/booc/css/theme/theme-fonts.css" /> <link href="themes/booc/css/theme/theme.css" />
I'm trying to find out what CSS I need for the storefront ReadyTheme stuff since I'm trying to meld it into another ReadyTheme.
Comment