How to remove spacing between hero banners?

Solved

How to remove spacing between hero banners?

DaveyAlcatraz
Explorer
63 0 13

Hi everyone,

How can you remove the spaces between these hero banners on the Bullet theme? here's the URL to inspect.


https://alcatrazgear.com/products/gt280-wireless-headphones-touch-control-earbuds-led-display-headse...

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2082 740 933

This is an accepted solution.

Hi @DaveyAlcatraz

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.shopify-section:has(.hero) {
    line-height: 0 !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1723944341329.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2082 740 933

This is an accepted solution.

Hi @DaveyAlcatraz

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.shopify-section:has(.hero) {
    line-height: 0 !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1723944341329.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now