Hi @skepticp
in the .simple-banner custom css box put:
z-index: 1 !important;
let me know if that works.
- This reply was modified 2 hours, 45 minutes ago by rpetersen29.
Thank you for answering so quickly! I tried but the problem persists!
hey so I’m not seeing it on your site so either you put it in the wrong place or you need to clear your server cache. But it should be in the textbox next to .simple-banner{. There are 4 text boxes side by side and it needs to go in the first one.
Thank you so much! I did as you said and also cleared my cache and tested in an incognito window. The problem does seem to persist if you want to take a look. I really appreciate your help, and I’m also a (small) donor to your great project.
You need to end it with a semi colon not a colon.
z-index: 1 !important:
should be:
z-index: 1 !important;
Amazing, it worked. Thank you!!
