Button Hover need some change

Hello,
I tried to change the background and text of the button on slideshow in hover the button.
But not change,

https://www.shopqse.com/

please check

Hello @Sohan2198

You need to remove the z-index property from the tag
Follow the steps

Go to Online Store > Theme > Edit Code > slideshow.liquid file
And Serach for the class ‘banner__media media mob’ and check the anchor tag after this div
Remove the ‘z-index: 999;’ css property from it

oscprofessional_0-1721893627548.png

Thanks

  • Here is the solution for you @Sohan2198
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    z-index: 1000 !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.