change header

change header

Luke28
Shopify Partner
22 0 0

in the header,
Screenshot 2024-12-24 161902.png

How can I make it so th

the top bar is not seen, while having the cart, search, log in icons still available?

Im trying to get  rid of white space at the top

Replies 9 (9)

suyash1
Shopify Partner
10484 1289 1650

@Luke28 - can you share website link? cart/search are part of top bar

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

DaisyVo
Shopify Partner
2771 332 383

Hi @Luke28 

 

Please share the URL of your store, if it is a draft theme, please share the preview link 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Luke28
Shopify Partner
22 0 0
Luke28
Shopify Partner
22 0 0

Also, on the mega menu (shop)  How can I get rid of the submenu names

DaisyVo
Shopify Partner
2771 332 383

HI @Luke28 

 

This task requires custom theme code, which makes it quite challenging. The theme you ar working with, "Flex," is not a free option, so we can't check it from our end. Given these factors, I suggest you need a developer with expertise in theme customization to properly implement the required changes.

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

suyash1
Shopify Partner
10484 1289 1650

@Luke28 - please add this css to the very end of your styles.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> styles.css

 

@media screen and (min-width:750px){
.top-bar {position: absolute;  z-index: 1; width: 100%;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

jadicc987
Visitor
1 0 0

To remove the top bar while keeping the cart, search, and login icons visible, customize your theme's CSS. Look for the header or top bar styling in your theme file and hide it using display: none;. Ensure the icons are within a separate container that remains unaffected.

For "infection control experts," you could integrate relevant content in the site's blog or product descriptions naturally.

Luke28
Shopify Partner
22 0 0

Thiw worked (it was styles.css.liquid)

 

Screenshot 2024-12-25 144543.png

Luke28
Shopify Partner
22 0 0

Oh, I just noticed that the links in the top-bar dont work, it seems like that layer is stacked behind.