• Resolved kaprikorn

    (@kaprikorn)


    Hi,

    I have created a 404 error page using Elementor pro themebuilder for my site. I don’t want the cart to show on this page, but it unfortunately does as the Elementor created 404 page is not an actual page and does not appear in the “Hide cart on these pages” window on the visibilty tab in the customizer. How can this issue be solved? Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author XplodedThemes

    (@xplodedthemes)

    Hi there,

    Sorry for the long delay!

    In that case, you can simply hide the cart using custom css.

    You need to find the unique css class appended to the 404 page body

    Then use this css to hide the cart (change unique_class with the 404 page class):

    .unique_class #xt_woofc{
        display:none;
    }

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Cart visibilty on 404 page created with Elementor Pro themebuilder’ is closed to new replies.