Speak to our experts today 0333 004 0333
Speak to one of our experts today
User Guides

EKM Tag: [ekm:alinkcol]

This tag is used to output a hexidecimal colour code for the link hover 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:alinkcol][/ekm:alinkcol]
                                
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:hover {color: [ekm:alinkcol][/ekm:alinkcol]; text-decoration: none;}
</style>
                                

The EKM system allows for some tags to be nested within other tags.

Nesting Colour Tags

It is rare you will ever need to nest this tag within another EKM Tag however when nesting the tag you do not need to change the tag.


[ekm:alinkcol][/ekm:alinkcol]