After initially being pleased to see that Sellerdeck had tidied up the CSS and made it much more accessible I now have a problem.
I'm trying edit the css style for the product heading. i.e.
product-details H2
which is pulling in the color as Palette2.
Unfortunately this seems to be defined elsewhere than the 'Current Stylesheet' I'm using which is the Classic Responsive Stylesheet. After looking at the online actinic.css I can see that it's being defined far earlier than any of the Classic Responsive Stylesheet entries so presumably is being defined in the stylesheets being pulled in as:
/* Pull in Core Styles */
<actinic:variable name="ThemeStyles" value="Core Styles" />
<actinic:variable value="Responsive CSS" name="ResponsiveCSS" />
<actinic:variable value="Responsive CSS Part 2" name="ResponsiveCSS" />
So does anyone know where these are? I've had a good look around and can't seem to find them.
I'm trying edit the css style for the product heading. i.e.
product-details H2
which is pulling in the color as Palette2.
Unfortunately this seems to be defined elsewhere than the 'Current Stylesheet' I'm using which is the Classic Responsive Stylesheet. After looking at the online actinic.css I can see that it's being defined far earlier than any of the Classic Responsive Stylesheet entries so presumably is being defined in the stylesheets being pulled in as:
/* Pull in Core Styles */
<actinic:variable name="ThemeStyles" value="Core Styles" />
<actinic:variable value="Responsive CSS" name="ResponsiveCSS" />
<actinic:variable value="Responsive CSS Part 2" name="ResponsiveCSS" />
So does anyone know where these are? I've had a good look around and can't seem to find them.
Comment