I have found the code in the stylesheet for the colour of the price background on the homepage best sellers, it is currently set by a variable to palette1.
I want to put a colour code in but not sure how to replace the variable with the hex colour code:
background:<actinic:block php="true" >echo ChangeBrightness("<actinic:variable name="Palette1" />", 7);</actinic:block>;
thank you
I want to put a colour code in but not sure how to replace the variable with the hex colour code:
background:<actinic:block php="true" >echo ChangeBrightness("<actinic:variable name="Palette1" />", 7);</actinic:block>;
thank you
Comment