Hi
I would like:
The height of the header to be 50px on all pages
The cart icon to say ‘Cart (0)’
The account icon to say ‘Account’
Any help would be greatly appreciated!
Goal: Make the header a consistent 50px tall across all pages and display text labels “Cart (0)” and “Account” next to the icons.
What’s been tried:
Current issues:
Recent updates:
Status and next steps:
Hi
I would like:
The height of the header to be 50px on all pages
The cart icon to say ‘Cart (0)’
The account icon to say ‘Account’
Any help would be greatly appreciated!
Hello,
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-account {
height: 50px !important;
}
Thanks!
Hi @brandonkyt
add This CSS it will help you to show the account and cart but not desire what you are looking for because the thing you looking for for that we have to modify the liquid code in the header.liquid for that I need the collaboration access if you can provide me I will make that for you
header.header {
max-height: 50px;
}
header.header .header__heading {
height: 50px;
}
header.header .header__heading .header__heading-link,
header.header .header__heading .header__heading-logo-wrapper,
header.header .header__heading .header__heading-logo{
height: 100%;
}
header.header .header__icons .header__icon .visually-hidden {overflow: unset;width: 100%;height: 100%;margin: 0;clip: unset;position: unset !important;}
header.header .header__icons .header__icon.header__icon--account, header.header .header__icons #cart-icon-bubble {width: 100px;}
hi, thanks… the header is now 50px but the content inside is not not aligned center
but weirdly enough on every other page it is fine @topnewyork
let me check
hi yes i have done that it looks better but if you flick through the pages the header still slightly changes in height
#shopify-section-template--23663895937346__background_video_CMJRwz h1 {
color: #fefffc !important;
text-align: center;
font-family: "FTRegolaNeue-Semibold", sans-serif;
font-size: 4rem !important;
font-style: normal;
letter-spacing: 0px;
}