Hi. I wanted to edit the css file for my template, but when I opened the css file all the variables (color, font etc) were written as for example:
I know that I could simply edite all the individual parts, but many of them are the same so I only want to edit them once. Is there a way that I can access whatever variable they are and edit that. So for example change x-small to equal a different value.
Thankyou
Code:
color:NETQUOTEVAR:FGCOLORCSS; font-size:x-small; font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
Thankyou
Comment