Need help making my front page image slideshow smaller in the Venue Theme

Solved

Need help making my front page image slideshow smaller in the Venue Theme

jmurray907
Visitor
3 0 0

Hello! The image slideshow on my front page is too large. How do I reduce the image size? Using the Venue theme.

Accepted Solutions (2)
AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
 @media screen and (min-width: 1024px) {
   .slick-slide img {
      height: 500px;
   }
 }
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

Modify the code I provided above

<style>
 @media screen and (min-width: 1024px) {
   .home-carousel .slick-slide .home-carousel__item img {
      height: 500px;
   }
 }
</style>

And for: On this page there's a line of code showing at the bottom

You need to put the code inside the <style></style> tag

If you will unable to fix the issue then I'm happy to do this for you, let me know. 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
1293 228 266

Hi, @jmurray907 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

jmurray907
Visitor
3 0 0
AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
 @media screen and (min-width: 1024px) {
   .slick-slide img {
      height: 500px;
   }
 }
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

jmurray907
Visitor
3 0 0

It worked for the front page, but now the photo on other pages is reduced.

 

https://phoenixequineproducts.com/products/phoenix-equine-100-merino-wool-saddle-pad-in-lilac

 

And on this page there's a line of code showing at the bottom

 

https://phoenixequineproducts.com/collections/custom-leatherwork-saddle-pads

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

Modify the code I provided above

<style>
 @media screen and (min-width: 1024px) {
   .home-carousel .slick-slide .home-carousel__item img {
      height: 500px;
   }
 }
</style>

And for: On this page there's a line of code showing at the bottom

You need to put the code inside the <style></style> tag

If you will unable to fix the issue then I'm happy to do this for you, let me know. 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee