Collection card reduce space title and card

Solved

Collection card reduce space title and card

Auzdollz
Tourist
6 0 1

Need help with my store - trying to get collection card drop down in black the perfect size for my text . Takes up too much space .

 

www.auzdollz.com

 

thanks 

Accepted Solution (1)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @Auzdollz ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.collection-list-wrapper .card__information {
    padding-block: 0 !important;
}
.collection-list-wrapper .card__content {
    padding-block: 0 !important;
}

Here is the result:

DaisyVo_0-1735692341133.png

 

Please let me know if it works.

 

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

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @Auzdollz ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.collection-list-wrapper .card__information {
    padding-block: 0 !important;
}
.collection-list-wrapper .card__content {
    padding-block: 0 !important;
}

Here is the result:

DaisyVo_0-1735692341133.png

 

Please let me know if it works.

 

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
Auzdollz
Tourist
6 0 1

Thanks once again ! You certainly know your stuff .