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
[ekm:cart_custom_css]
...
.myselector a {
color: pink;
}
...
[/ekm:cart_custom_css]