Very probably early-learning stuff, but this is driving me around the bend! I'm going up and down Actinic to see where the value of the background-color is set in the css.
Let me explain that better! In the Actinic Stylesheet it shows me this:-
All very well, but somewhere in the library I am expecting to find a variable called "CheckoutEM" and a value such as "#224466". Can I find it? No I can't!
I have searched the help, searched the forums, searched the Adv Guide... this must be a really obvious one! Please help a confused old man!
Let me explain that better! In the Actinic Stylesheet it shows me this:-
Code:
.cartheading { background-color: <actinic:variable name="CheckoutEM" />; font-weight: bold; }
I have searched the help, searched the forums, searched the Adv Guide... this must be a really obvious one! Please help a confused old man!
Comment