Hi Guys
I am sure I am missing someting obvious here.....
I have made a variable HeaderColour.
In the Section Page Layout I have given the <h2> tag of SectionName the class of sectionheader.
class sectionheader is defined thus in css
The Value is defined in products
The other sections show (use parent =#400000) and in one section the variable is given a different value
On upload the colours do not show and inspecting element shows the colour is not present in css.
What almighty gaff have I made?????
http://www.graphicz.eu.com/hs/
Thanks
I am sure I am missing someting obvious here.....
I have made a variable HeaderColour.
In the Section Page Layout I have given the <h2> tag of SectionName the class of sectionheader.
class sectionheader is defined thus in css
Code:
h2.sectionheader { color:<actinic:variable name="HeaderColour" />; }
The other sections show (use parent =#400000) and in one section the variable is given a different value
On upload the colours do not show and inspecting element shows the colour is not present in css.
What almighty gaff have I made?????
http://www.graphicz.eu.com/hs/
Thanks
Comment