• Resolved esteban525

    (@esteban525)


    Hello, I want to move the icon behind the Cookie Consent Bar. I already changed the z-index value of the id=”okapi-wasb-icon” and set it to 100 (The cookie consent bar has 999999), but nothing happens. The icon always stays on top of everything.
    How can I do that?
    Thanks for the plugin, it is very useful.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please apply style on this ID okapi-wasb-button, you can try following CSS:

    #okapi-wasb-button{
    z-index: 1;
    }

    NOTE: please put this CSS in footer.php, or if you are using a separate style file then clear the cache after updating this file.

    Thank you.

    Thread Starter esteban525

    (@esteban525)

    Thanks a lot! I used z-index of 100 before. Now works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move the icon back (z-index)’ is closed to new replies.