How to get these type of arrows in Dawn theme carousel on desktop

Solved

How to get these type of arrows in Dawn theme carousel on desktop

NOT1
Shopify Partner
272 2 117

Hey I have turned on featured collection carousel on desktop and I want extra arrow for seeing the other products like this can anyone please help me step by step how can i do it I am using Dawn theme Thanks 🙂 

NOT1_0-1724674356078.png

 

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

div#collection-template--23377763467552__featured_collection .slider-buttons {
    position: absolute;
    top: 0;
    right: 3%;
    top: -12%;
    gap: 10px;
}
.slider-counter.caption {
    display: none; 
}
.slider-button .icon {
    height: 1.3rem;
}

button.slider-button.slider-button--prev,
button.slider-button.slider-button--next {
    background: black; 
    border-radius: 50%; 
    color: #fff; 
}
.slider-button[disabled] .icon {
    color: rgba(255, 255, 255, 0.3);
}
button.slider-button[disabled] {
    background: rgba(0, 0, 0, 0.3);
}

 

And Save. 

Result:

Made4uoRibe_0-1724688707028.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

replace on this one. 

div#collection-template--23377763467552__featured_collection .slider-buttons {
    position: absolute;
    top: 0;
    right: 3%;
    top: -12%;
    gap: 10px;
}
.slider-counter.caption {
    display: none; 
}
.slider-button .icon {
    height: 1.3rem;
}

button.slider-button.slider-button--prev,
button.slider-button.slider-button--next {
    background: black; 
    border-radius: 50%; 
    color: #fff !important; 
}
.slider-button[disabled] .icon {
    color: rgba(255, 255, 255, 0.3);
}
button.slider-button[disabled] {
    background: rgba(0, 0, 0, 0.3);
}

Its same but I added some code. 

Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
8363 2000 2460

Hi @NOT1 

Would you mind to share your store URL? And also please make sure you enable carousel on the desktop. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
NOT1
Shopify Partner
272 2 117
Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

div#collection-template--23377763467552__featured_collection .slider-buttons {
    position: absolute;
    top: 0;
    right: 3%;
    top: -12%;
    gap: 10px;
}
.slider-counter.caption {
    display: none; 
}
.slider-button .icon {
    height: 1.3rem;
}

button.slider-button.slider-button--prev,
button.slider-button.slider-button--next {
    background: black; 
    border-radius: 50%; 
    color: #fff; 
}
.slider-button[disabled] .icon {
    color: rgba(255, 255, 255, 0.3);
}
button.slider-button[disabled] {
    background: rgba(0, 0, 0, 0.3);
}

 

And Save. 

Result:

Made4uoRibe_0-1724688707028.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
NOT1
Shopify Partner
272 2 117

Screenshot 2024-08-26 233630.png

 Sorry to bother u again but the arrows are not showing but everything else is perfect

Made4uo-Ribe
Shopify Partner
8363 2000 2460

This is an accepted solution.

replace on this one. 

div#collection-template--23377763467552__featured_collection .slider-buttons {
    position: absolute;
    top: 0;
    right: 3%;
    top: -12%;
    gap: 10px;
}
.slider-counter.caption {
    display: none; 
}
.slider-button .icon {
    height: 1.3rem;
}

button.slider-button.slider-button--prev,
button.slider-button.slider-button--next {
    background: black; 
    border-radius: 50%; 
    color: #fff !important; 
}
.slider-button[disabled] .icon {
    color: rgba(255, 255, 255, 0.3);
}
button.slider-button[disabled] {
    background: rgba(0, 0, 0, 0.3);
}

Its same but I added some code. 

Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.