Slider blank and white box after updating theme X

Hi, my slider is now a white box, no error message. This happened after I updated the theme. Please help. https://www.canopyinsurance.com

midway down the home page under testimonials, it seems to enlarge as if content is in there but its all blank.

thanks

Hello Frank,

Thanks for writing in!

After further investigation, I found out that you are having this kind of issue because you added this custom css:

.flex-control-nav {
  position:Absolute;
  bottom: 0px;
  left: 40px;
  right: auto;
  top:auto;
  padding: 0px;
  background-color: transparent;
  line-height: 0em !important;
  z-index: 9999 !important;
}

Are you the one you aded this? Please have the code removed so that the text will be display and that the slide indicators will not display on top of the slides because this is what is happening now.

Once it is removed, you will have something like this:

Hope this helps.

Thank you so much!! I found that and deleted it. I really appreciate your help.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.