Hide add to cart and account cions + make header logo full width

Hi,

I’d like to make the header full width so the logo is all the way to the left similar to the picture. Also on the homepage I’d like to hide the cart & account icons (only keep search).

my site is https://d0ad98-4b.myshopify.com/

1 Like

This is Richard from PageFly - Shopify Page Builder App

Hi @Luxurymrkt Please add code here to edit design
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: Click on Theme.liquid and paste the code above the


{%- if request.path == '' -%}
   

Hope this can help you solve the issue

Best regards,
Richard | PageFly

Hello @Luxurymrkt

Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

.site-nav__link.site-nav__link--icon.small--hide {
display: none !important;
}
.site-nav__link.site-nav__link--icon.js-drawer-open-cart {
display: none !important;
}
#SiteHeader .page-width {
max-width: 92%;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks