ok..lame title lol
My "product price including tax" layout is currently
with the colour set using the "edit appearance" for the TaxInclusivePrice variable.
I want to change this to use palette1 (which is changing soon...I'm trying to cut down what I need to change when I swap over) but I'm not sure where or how to put this in the layout
bit of a noob question, I suppose..but if anyone can point me in the right direction, it'd be much appreciated
ok..also I know y'all are going to tell me to use CSS...lol..if I knew how, I would. I don't have anything in my CSS for this colour...only in Design>Themes..so this is what I was using.
I'm open to learning CSS...I just don't expect the forum to teach me..baby steps 'n' all that (been taking a lot of those today lol)
Thanks
My "product price including tax" layout is currently
Code:
<actinic:block PHP='true'>priceformat("<actinic:variable name="SecondCurrencyFormat" />","<actinic:variable formatting="font(Size|14|Color|2f7790),bold" name="TaxInclusivePrice" />", "<actinic:variable formatting="font(Color|000000),underline,bold" name="TaxInclusivePriceAlt" />");</actinic:block>
I want to change this to use palette1 (which is changing soon...I'm trying to cut down what I need to change when I swap over) but I'm not sure where or how to put this in the layout
bit of a noob question, I suppose..but if anyone can point me in the right direction, it'd be much appreciated
ok..also I know y'all are going to tell me to use CSS...lol..if I knew how, I would. I don't have anything in my CSS for this colour...only in Design>Themes..so this is what I was using.
I'm open to learning CSS...I just don't expect the forum to teach me..baby steps 'n' all that (been taking a lot of those today lol)
Thanks
Comment