Hey,
I am applying custom CSS to the class:
$el .x-anchor-text {
position: absolute;
background: #7b9e89;
border-radius: 100em;
width: 1.5em;
height: 1.5em;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
bottom: -10px;
right: -10px;
}
I am using the dynamic text {{dc:woocommerce:cart_items}} on a Cart Dropdown element.

The z-index value cannot be applied to the anchor text, so it is being ‘hidden’ - any suggestions here?
See live: https://four-leaf-competitions.onyx-sites.io/
Thanks.



