We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8135b8 commit ba076cdCopy full SHA for ba076cd
3 files changed
catalog/custom.css
@@ -0,0 +1,3 @@
1
+/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
2
+/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE user.css FILE ------------- */
3
+
catalog/includes/template_top.php
@@ -56,6 +56,11 @@
56
57
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
58
59
+<!-- Custom -->
60
+<link href="custom.css" rel="stylesheet">
61
62
+<link href="user.css" rel="stylesheet">
63
64
<?php echo $oscTemplate->getBlocks('header_tags'); ?>
65
</head>
66
<body>
catalog/user.css
@@ -0,0 +1,2 @@
+/* FOR USER CHANGES TO THE BASE CSS ----------------------------------------- */
0 commit comments