Hi,

After I installed and configured the theme banner arrows remained visible in the background. It always happens in the theme admin area and sometimes remains visible after returning to the home page. I have tried various installations on a live server and drupal dev desktop resulting in the same problem.

Thank you for your suggestions and feedback!!

Comments

Yannick WEBER’s picture

Hi Marek H

I've posted the same issue, I haven't seen yours before I've posted it.

I think I found a solution.

You need to edit styles.css and modify the z-index value for next and previous button.

So open styles.css, go the line 549 and replace :

z-index: 999;

with

z-index: 99;

devsaran’s picture

Status: Active » Closed (fixed)

It is Fixed in 7.x-1.4