Home Forums WoodMart support forum navigation sticky toolbar on mobile

navigation sticky toolbar on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241880

    onofrio.zummo
    Participant

    Hi, Is it possible to exclude the fixed navigation footer bar on mobile on some specific pages, as a landing page?

    #241976

    Hello,

    Please provide me with some relevant screenshots of the specific area which fixed navigation you are trying to remove from mobile to check it myself and help you out accordingly.

    Because your current explanation is not clear enough to understand what you require.

    Best Regards.

    #242024

    onofrio.zummo
    Participant

    Sorry for my insufficient explanation. I’m designing a landing page at: https://fefsolution.com/forniture-studi-medici/
    I wish you wouldn’t see the sticky toolbar on mobile in the footer.

    #242107

    onofrio.zummo
    Participant

    Sorry for my insufficient explanation. I’m designing a landing page at: https://fefsolution.com/forniture-studi-medici/
    I wish you wouldn’t see the sticky toolbar on mobile in the footer.

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

    Hello,

    I saw the screenshot you attached. Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-id-10712 .woodmart-toolbar {
    display: none;
    }

    This CSS will remove the sticky toolbar from the landing page on mobile.

    Regard’s.
    Xtemos Studios.

    #396156

    demironmanx
    Participant

    Hi Aizaz,

    Above CSS is not working for me?

    I am using

    /*Woodmart – Disable Mobile Footer*/
    .page-id-8942 . woodmart-toolbar {
    display: none;
    }

    But it is not affected by, what could be the issue? Any idea?

    Thank you

    #396158

    demironmanx
    Participant

    Hi Aizaz,

    I solved it with the help of Luke’s https://xtemos.com/forums/topic/need-to-remove-shop-icon-from-mobile-view/
    I discovered that .woodmart-toolbar selector has been updated as .wd-toolbar
    Then it worked.

    Thank you guys

    #396473

    Hello,


    @demironmanx
    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘navigation sticky toolbar on mobile’ is closed to new replies.