• Resolved oncevision

    (@oncevision)


    I have talked with the theme developer and they stated the following:

    They have a z-index value of 10000002
    .wpautoterms-footer{background-color:none;}

    As a result, the background shows on top of the side menu.

    Can this be reduced?

    Thanks for your help…

    Tom

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

Viewing 1 replies (of 1 total)
  • Plugin Author WP AutoTerms

    (@wpautoterms)

    You can go to Compliance Kits > Links to Legal Pages > Custom CSS and set the z-index to 100 instead:

    .wpautoterms-footer {
       z-index: 100 !important;
    }

    It should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Z-Index set to high on background’ is closed to new replies.