Slideshow image height to be smaller without changing the image ratio (Prestige Theme)

Hello Everyone!

I want the Slideshow image height to be smaller without changing the image ratio.Please help me. Thank you.

https://urbanglowingstore.myshopify.com/

Password: Admin

@dreamtechzone_5

@media screen and (min-width: 1000px) {
.slideshow__slide .content-over-media {
 
    height: 500px!important;
}
}

**How to Add This to Shopify Dawn Theme:**1. Go to Shopify Admin → Online Store → Themes.

  1. Click “Customize” on your Dawn theme.
  2. In the theme editor, go to “Theme settings” (bottom left).
  3. Scroll down and click “Custom CSS”.
  4. Paste the above CSS code and save changes.

**Alternative (Edit Theme CSS Directly):**1. Go to “Online Store” → “Themes”.

  1. Click “Actions” → “Edit code”.
  2. Open base.css inside the assets folder.
  3. Paste the CSS at the bottom and Save.

Thank you

1 Like

If this works and solves your issue. Do not forget to mark this post as solved.
Thank you

1 Like

Sure, I will. This is the main image. I see the bottom part of the image is being cut off.

If you want to show full image like bellow in that case a white space will occurred as image height and width consistency will not maintain.

In that case need to set background white of the slider. THen it will be ok. Other wise you can set image and height such they maintain your rating.

1 Like

Thank you, Sir. On my header menu, there’s a link called “Shop”. This is a dropdown. However, there’s no arrow displayed. I would like there to be an arrow displayed next to the words “Shop” like normal dropdown menus have.

Just like below image

Screenshot 2025-03-08 160507.png

can you please create new post with new issue. So that forum post remain clean and all user to find. I am answering this issue here right now
Thank you

1 Like

Okay, Sir. Thank you. I have posted.

Post the solution here https://community.shopify.com/c/shopify-design/i-want-to-add-an-arrow-to-the-dropdown-menu-prestige-theme/td-p/2972667

1 Like

I pasted the css code but I don’t understand where to paste the next code.