abbyleebonny Posted September 12, 2022 Share Posted September 12, 2022 Site URL: https://dekanstudios.com/home Hi there I would like to change the cart bag/cart icon so it says "CART" with the cart quantity in brackets next to it, as in the screenshot "CART (01)" - this used to be an option, however in 7.1 I can't see an easy change - I have tried the custom-css below, however the cart quantity doesn't sit nicely next to the text "CART" on desktop or mobile. Thank in advance! This is the code I have used to get to where I am now with the out of line text and quantity: //CART FROM ICON TO WORD// .header .header-actions-action--cart .icon { height : unset; width : unset; } .icon-cart-quantity { all : unset; } .Cart-inner .icon--cart { /* remove cart icon */ display : none; } .Cart-inner { /* common settings */ font-family : 'Univers+LT+55+Roman.ttf'; color : #151515 ; font-weight : 400; line-height : 1.3; letter-spacing : 0.00; font-size : .8rem; vertical-align : middle; content: "CART"; } // CART QUANTITY // .icon-cart-quantity { background-color : ; padding : px; } body:not( .header--menu-open ) .header-actions .icon-cart-quantity { color : ; font-weight : 400; letter-spacing : 0.0em; font-size : .9em; margin-right : 0.5em; } //CART TEXT// .Cart-inner:before { /* cart text */ content : 'CART'; color : #151515; font-weight : 400; letter-spacing : 0.00em; font-size : .9em; margin-right : 0.em; } Link to comment
abbyleebonny Posted September 12, 2022 Author Share Posted September 12, 2022 I figured it out - turns out you can change simply change it to from 'icon' to 'text' by selecting 'EDIT SITE HEADER', I'm sure this must be an update I swear it wasn't there a few months ago... tuanphan 1 Link to comment
G2theC Posted April 5, 2023 Share Posted April 5, 2023 On 9/11/2022 at 9:00 PM, abbyleebonny said: I figured it out - turns out you can change simply change it to from 'icon' to 'text' by selecting 'EDIT SITE HEADER', I'm sure this must be an update I swear it wasn't there a few months ago... Looks like you cannot do this anymore sigh Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment