EKM Tag: [ekm:cart_custom_css]
Use this tag to inject custom CSS into the body of the cart page. This is useful as it prevents CSS selectors being overly specific.
This tag can only be used once in the theme
- Tag Information
Basic Use
To use this tag include any CSS you want outputting only on the cart page inside it. This must be included within the main theme.
[ekm:cart_custom_css]
...
.myselector a {
color: pink;
}
...
[/ekm:cart_custom_css]