Home Forums WoodMart support forum Pre-footer

Pre-footer

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #72337

    SamaWeb
    Participant

    hi
    How to hide Pre-footer on mobile version for all pages

    thnaks

    #72339

    Hello,

    You will need to add the content via HTML block. In this case, you just set the visibility of the columns on different devices:

    1. http://prntscr.com/j4fho7
    2. http://prntscr.com/j4fio2

    Best Regards

    #72372

    SamaWeb
    Participant

    thank you

    anothr think i cant add css class to the menes please check the screenshot

    Attachments:
    You must be logged in to view attached files.
    #72378

    Hello,

    Make sure you have enabled CSS class in the Screen options http://prntscr.com/khrn3t You can check that in Appearance > Menu > Screen Options

    Add menu item, save and then check.

    Best Regards

    #72594

    SamaWeb
    Participant

    Hi

    Thabks for thr last reply

    How can i hide this on mobile version
    Please check thr attachment file

    Attachments:
    You must be logged in to view attached files.
    #72609

    Hello,

    Please navigate to the Theme Settings > General layout > disable Off canvas sidebar for mobile http://prntscr.com/kihlg0

    Best Regards

    #73795

    SamaWeb
    Participant

    Hi Elise Noromit

    How can i remove the search for products on mobile version under the menu section

    Attachments:
    You must be logged in to view attached files.
    #73815

    Hello,

    Please clarify: do you want to remove the search from the mobile menu? If so, add this CSS to the Theme settings > Custom CSS:

    .mobile-nav .searchform input[type=text] {
     display:none;
    }

    Best Regards

    #73855

    SamaWeb
    Participant

    YES remove it form the mobile version, the code is working fine but please check the attachment file the search icon is showing

    Attachments:
    You must be logged in to view attached files.
    #73871

    Hello,

    Please take this code:

    .mobile-nav .searchform{
     display:none;
    }

    Best Regards

    #74835

    SamaWeb
    Participant

    Thank you for the last reply

    is there anyway to have the Row stretch option as , Stretch Row (No paddings) without Stretch the content?

    as when i choose Stretch Row and contents (No paddings) the contents looks right check the screenshot please thanks.

    Attachments:
    You must be logged in to view attached files.
    #74847

    Hello,

    By default, there is not. You can set the stretch a row without padding, and insert an inner row and with paddings http://prntscr.com/ko9db3

    Best Regards

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