Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Thank you for using CusRev.

    Can you please share your site URL? I will check it on my end and see if there is a way to use the custom CSS code to fix it.

    Thread Starter fox-didl

    (@fox-didl)

    Hi,

    Thanks for your additional information.

    I see you are using the theme Flatsome to display the WooCommerce product tabs in a section. You can try to contact Flatsome support to ask to change the z-index property of a section.

    Or use this cusomt CSS code in Appearance > Customize > Additional CSS, to fix this issue.

    section#section_1348231257 {
        z-index: 99;
    }

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

    Thread Starter fox-didl

    (@fox-didl)

    Oh I’m sorry. No, still not fixed and you try for a fix isn’t working. I informed the theme dev’s now and ask if they have a solution.

    • This reply was modified 2 years, 2 months ago by fox-didl.
    Thread Starter fox-didl

    (@fox-didl)

    Get this working now with help of flatsome theme support:

    .section-content {
    z-index: unset!important;
    }

    We are done here now. Thanks to all!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Layers beyond the FAQ form’ is closed to new replies.