Change view of image

Change view of image

NikosBat
Excursionist
239 0 38

Hello guys how can I change my view of the images in mobile?

 

From this:

 

Bildschirmfoto 2024-12-26 um 21.13.56.png

to this

 

Bildschirmfoto 2024-12-26 um 21.16.22.png

As you see I want my arrows to be removed and the images below the big image should like in this image.

Replies 10 (10)

qasim-devloper
Shopify Partner
139 9 20

Hey @NikosBat please share Store URl as well as password.

- Need a Shopify Specialist? Chat on WhatsApp +923289643774

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

NikosBat
Excursionist
239 0 38

Hey Qasim-Devloper here is the url and the password, https://www.nistore.de/products/nistore™-winterhandschuhe, fsfdsfsd

Made4uo-Ribe
Shopify Partner
9624 2293 2856

Hi @NikosBat 

Do you mean like this? 

Made4uoRibe_0-1735248169511.png

If it is, check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.thumbnail-slider.slider-mobile-gutter .slider-button {
    display: none !important;
}
}

 

  • And Save.

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
NikosBat
Excursionist
239 0 38

Hello Made4uo-Ribe and thanks for your answer, can I somehow display they 4th image too but

only the half of it and be white, like this

 

Bildschirmfoto 2024-12-26 um 21.16.22.png

DaisyVo
Shopify Partner
2534 316 364

Hi @NikosBat 

 

I hope you are well. You can follow our instructions below:


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

 

Here is the code for Step 3:

 

@media screen and (max-width: 768px){
ul.thumbnail-list.list-unstyled.slider {
    max-width: 330px;
    margin-inline: auto !important;
}
}

 

image (27).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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
NikosBat
Excursionist
239 0 38

Hello DaisyVo and thanks for your answer, can I somehow display they 4th image too but only the half of it and be white, like this

 

Bildschirmfoto 2024-12-26 um 21.16.22.png

DaisyVo
Shopify Partner
2534 316 364

Hi @NikosBat 

 

Regarding image below the first product image, it is impossible to edit how many images can be displayed there since it's about the theme setting. In short, it can't be customized. 

 

We can't intervene it further. Hope you can kindly understand. 

 

Best,
Daisy - Avada Support Team.

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

Dan-From-Ryviu
Shopify Partner
10768 2128 2249

Could you share your store URL?

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

NikosBat
Excursionist
239 0 38

Hello Dan-From-Ryviu, here is the link and password : https://www.nistore.de/products/nistore™-winterhandschuhe,  fsfbnsikdfn

Dan-From-Ryviu
Shopify Partner
10768 2128 2249

Hi @NikosBat 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

 

@media (max-width: 749px) {
    .product .thumbnail-list__item.slider__slide {
        width: calc(25% - .6rem);
    }
}

Screenshot_1.jpg

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.