Hi,
Ive added the following code to my base.css which has added text below the cart icon. However, it does not work properly as if a customer adds an item to the cart it all gets distorted. How do add text under the cart, search and account icon?
my url is www.heppells.shop
Thanks in advance.
.header__icon–cart {
flex-wrap: wrap;
height: auto !important;
}
.header__icon–cart span.visually-hidden {
display: block !important;
position: relative !important;
font-size: 1.2rem !important;
width: auto !important;
height: auto !important;
line-height: calc(1 + 0.3 / var(–font-body-scale)) !important;
}
