Change & move collection list button

Solved
Decor3
Excursionist
23 1 4

Hello!

 

I am using the Dawn theme and i was just wondering how i can change this button my collection list;  

Decor3_0-1676581807898.png

 to be in the middle of each image (collection) and how i can change it to a  button like this  

Decor3_1-1676581878798.png

I am also wondering how i can change all the buttons on my store to become more rounded like for example this one; 

Decor3_2-1676581903640.png

 

 

Thank you!

 

Accepted Solution (1)
PageFly-Richard
Shopify Partner
3650 804 1448

This is an accepted solution.

Hi @Decor3 ,

 

Sorry for the late reply.


Also, the "Buy now" button isnt rounded but the add to cart one is?

 

Decor3_0-1676738794370.png

The 

Decor3_1-1676738814556.png

 quantity button is also not rounded but instead a box. How do i fix this thanks.


=> I checked it looks like you have solved it, right?


My buttons are rounded now, thank you! But i am also wondering how i can move the buttons on specfiic collections or multicolumsn so that they look like this: 

 

 => Do you want like this?

PageFlyRichard_0-1676895470869.png

Let’s try this solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.collection-list__item .card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}
.collection-list__item .card__heading {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 10 (10)
PageFly-Richard
Shopify Partner
3650 804 1448

Hi @Decor3 ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.collage__item .card__heading a {
	 padding: 10px 20px;
	 background: #000;
	 color: #fff;
	 display: inline-block;
}
 .button {
	 border-radius: 10px !important;
}
 .button:before, .button:after {
	 border-radius: 10px !important;
}
 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Decor3
Excursionist
23 1 4

My buttons are rounded now, thank you! But i am also wondering how i can move the buttons on specfiic collections or multicolumsn so that they look like this: 

Decor3_0-1676736075414.png

 On the container or image.

Decor3
Excursionist
23 1 4

Also, the "Buy now" button isnt rounded but the add to cart one is?

 

Decor3_0-1676738794370.png

The 

Decor3_1-1676738814556.png

 quantity button is also not rounded but instead a box. How do i fix this thanks.

PageFly-Richard
Shopify Partner
3650 804 1448

This is an accepted solution.

Hi @Decor3 ,

 

Sorry for the late reply.


Also, the "Buy now" button isnt rounded but the add to cart one is?

 

Decor3_0-1676738794370.png

The 

Decor3_1-1676738814556.png

 quantity button is also not rounded but instead a box. How do i fix this thanks.


=> I checked it looks like you have solved it, right?


My buttons are rounded now, thank you! But i am also wondering how i can move the buttons on specfiic collections or multicolumsn so that they look like this: 

 

 => Do you want like this?

PageFlyRichard_0-1676895470869.png

Let’s try this solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.collection-list__item .card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}
.collection-list__item .card__heading {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Decor3
Excursionist
23 1 4

Thank you so much! I am practically indebted to you guys at pagefly at this point! Works perfectly every time.

Just wondering, if i wanted to move it downwards like in this picture 

Decor3_0-1677195804646.png

what would i have to do. Basically make the rounded button hang off of the container

PageFly-Richard
Shopify Partner
3650 804 1448

Hi @Decor3 ,

 

You can use below code in base.css file:

.collection-list__item .card__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}
.collection-list__item .card__heading {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

PageFlyRichard_0-1677223650718.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Decor3
Excursionist
23 1 4

Thank you! It works perfectly. Just one last question: I figured out how to change the backgrund color of the buttons but how do i change the text color inside it to black?

Decor3_0-1677335247051.png

My color palette:

Decor3_1-1677335266300.png

 

Decor3
Excursionist
23 1 4

to white***

PageFly-Richard
Shopify Partner
3650 804 1448

Hi @Decor3 ,

 

You can try below code:

.collection-list__item .card__heading a {
    color: #fff !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Tomeliss
Tourist
13 0 2

the collection lists arent clickable trought mobile now. Is it possisble to fix that?