How to adjust Slide arrows for product photos

Solved

How to adjust Slide arrows for product photos

samueljoonjung
Tourist
37 0 3

How do I have the slide arrows be like the picture on the right where it's in the product photos and on the sides. That way, it saves space on the screen and is easier to click. 

samueljoonjung_0-1740959049741.pngsamueljoonjung_1-1740959077451.jpeg

 

 

Accepted Solution (1)
CodingFifty
Shopify Partner
868 126 158

This is an accepted solution.

Try this code.

.slider-buttons.quick-add-hidden {
    margin-top: -56px;
    margin-bottom: 37px;
    display: flex !important;
    justify-content: space-between;
    z-index: 9999999 !important;
    position: relative !important;
}

.slider-counter.caption {
    display: none !important;
}

.slider-button .icon {
    height: 1.6rem !important;
   color: black !important;
}

.slider-button[disabled] .icon{
 color: black !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 7 (7)

CodingFifty
Shopify Partner
868 126 158

Hi @samueljoonjung,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.slider-buttons.quick-add-hidden {
    margin-top: -56px;
    margin-bottom: 37px;
    display: flex !important;
    justify-content: space-between;
    z-index: 9999999 !important;
    position: relative !important;
}

.slider-counter.caption {
    display: none !important;
}

.slider-button .icon {
    height: 1.6rem !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
samueljoonjung
Tourist
37 0 3

That's so close but I would like both arrows, left and right arrows, to always stay black. And I would also like them a little higher 

samueljoonjung_0-1740970599874.png

 

CodingFifty
Shopify Partner
868 126 158

This is an accepted solution.

Try this code.

.slider-buttons.quick-add-hidden {
    margin-top: -56px;
    margin-bottom: 37px;
    display: flex !important;
    justify-content: space-between;
    z-index: 9999999 !important;
    position: relative !important;
}

.slider-counter.caption {
    display: none !important;
}

.slider-button .icon {
    height: 1.6rem !important;
   color: black !important;
}

.slider-button[disabled] .icon{
 color: black !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
samueljoonjung
Tourist
37 0 3

Thank you very much

DaisyVo
Shopify Partner
4275 467 559

Hi @samueljoonjung 

 

Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

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
samueljoonjung
Tourist
37 0 3

Yea of course. The URL is www.whoglobal.shop

DaisyVo
Shopify Partner
4275 467 559

HI @samueljoonjung 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
.slider-buttons> button.slider-button span.svg-wrapper svg {
    fill: black !important;
    color: black !important;
}
.slider-buttons {
    margin-top: -90px !important;
}
}

 

Here is the result: image_720.png

 

I hope this helps

 

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