Home New Guten Forums WoodMart support forum HEADER & CART ISSUE

HEADER & CART ISSUE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #482165

    DJLS1997
    Participant

    Dear support am opening this ticket for the following issues:

    (1) I want to increase the Z-Index of header because they’re elements inside my website that appears above the header making it not responsive.

    (2) When my customers are adding a product to cart the page is refreshing instead of just opening the cart popup.

    #482300

    DJLS1997
    Participant

    Do we have any update?

    #482329

    Hello,

    Go to Woodmart > Header builder > edit current header in the header setting disable the option to make it overlap.
    If you want to add z-index then Try to add the following code snippet to the Custom CSS area in Theme Setting.

    body .main-header {
      z-index: -1;
     }

    02. Go to Theme Setting > Single Product > Add to cart enable the option ajax add to cart.

    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)