EKM Tag: [ekm:textcol]
This tag is used to output a hexidecimal colour code for the text colour within your shop template. This colour can be set within the design section of your account.
- Tag Information
- Nesting This Tag
Basic Use
You can place this tag anywhere you would typically place a HEX colour code. This could be in your CSS or inline styles.
[ekm:textcol][/ekm:textcol]
Within CSS
An example of use within CSS can be found below. This tag will not work within external style sheets.
<style type="text/css">
body {margin: 0; padding: 0; font-size: 12px;}
a {color: [ekm:textcol][/ekm:textcol];}
</style>