Home Forums WoodMart support forum Disable Pre Footer on Mobile

Disable Pre Footer on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #197574

    kannu
    Participant

    Hello,
    thanks for always answering all my questions. I have one more question: I am using Pre footer – black friday. I want to know how can I disable it for mobile screens. I tried to search a lot of setting options but I cannot find the answer. I want to display the pre footer on desktop and tablets only, and not display on mobiles

    thanks

    #197641

    Hello,

    Please add this code to the Theme Settings > Custom CSS > to the device type you want to hide the pre-footer:

    body .woodmart-prefooter {
    display:none;
    }

    Best Regards

    #197674

    kannu
    Participant

    Hello
    thank you so much. It works perfectly. One additional question, can you please let me know, how can I not show, product description appearing below the product title in mobile devices.

    For example if you look at the reference product page link, after the product title and product price, I do not want to show the product description, only on mobile devices.

    If you can please let me know

    #197715

    Hello,

    Do you mean this one: https://prnt.sc/sndwti if yes, please add this code to the Theme Settings > Custom CSS > Mobile:

    body .woocommerce-product-details__short-description {
    display:none;
    }

    If you mean something else, please provide the screen.

    Best Regards

    #197859

    kannu
    Participant

    thanks so much for the code. it works perfectly

    #197919

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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