Prestige Theme - Turn off slideshow overlay/opacity

Hello! Im currently using Prestige theme for my store. This was not an issue until I updated to Prestige version 7.2.0

I’m unable to adjust the overlay opacity on the home page slide shower. There is a dark overlay on the image and even if i change the opacoty percentage to 0%, it does not cahnge.

I want to remove this completely as my slideshow images have text on them and its hard for customers to read them with the current overlay.

Any help is appreciated!

Store - https://ordanni.com.au/

Hi @JordanMM

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


And here’s the result:

Hope this can help you solve the issue

Best regards,

Noah | PageFly

You, my friend, are a legend! Thank you - this works instantly.

Hello @JordanMM ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Assets folder → base.css file → add this following code at the bottom of page
.slideshow__slide .slideshow__image::before {
  display: none;
}
  • Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews

1 Like