Hi
Pls could u provide the solution to adding a phone icon the header action list next to the cart icon (attached example below)
My store:
Theme: warehouse
URL: tennisgiant.com
example store:
Theme: Warehouse
Wanted result:
Cheers
Hi
Pls could u provide the solution to adding a phone icon the header action list next to the cart icon (attached example below)
My store:
Theme: warehouse
URL: tennisgiant.com
example store:
Theme: Warehouse
Wanted result:
Cheers
@chrisjames11
Hello,
Do You Some Like This
hi yes thats perfect pls can u provide the code
@chrisjames11
Hello,
you can try to code go to header section find cart text you can see cart icon file your have update your SVG or image code
.header-phone-icon {
padding: 0 10px;
}
.icon.icon--bi-phone {
width: 30px;
height: 20px;
}
.header__action-item {
padding: 0 20px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This