Remove gap in bw collection page title and under products Dawn 15V

Solved

Remove gap in bw collection page title and under products Dawn 15V

ctal37
Excursionist
148 1 36

28B015BF-2E4B-4170-ADAD-53F5666FACA5.png

Hii

I would like to remove the extra gap in bw the collection page title and under product list.. please help me out.

check the screenshot: 

Accepted Solutions (2)

BSS-TekLabs
Shopify Partner
2077 613 718

This is an accepted solution.

.collection-hero__title {
    margin-bottom: 0px !important;
}

Can you add this code to last line file base.css @ctal37 

BSSTekLabs_0-1722960795903.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

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

View solution in original post

BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @ctal37

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>
.collection-hero__title {
    margin: 0 !important;
    padding-top: 5px !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1722960818460.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

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2077 613 718

This is an accepted solution.

.collection-hero__title {
    margin-bottom: 0px !important;
}

Can you add this code to last line file base.css @ctal37 

BSSTekLabs_0-1722960795903.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

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

thanks it worked.

BSS-TekLabs
Shopify Partner
2077 613 718

Glad to help you. Have a good day.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

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

BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @ctal37

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>
.collection-hero__title {
    margin: 0 !important;
    padding-top: 5px !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1722960818460.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

ChrisLikesCode
Shopify Partner
16 2 5

Put this in your custom CSS

.collection-hero__title {
    margin: 2.5rem 0 0 0;
}