Home Forums Basel support forum How to enable footer for mobile

How to enable footer for mobile

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

    gettoss
    Participant

    Hi i have seen in some demos that the footer is optimized for mobile devices (Sticky footer that has the wishlist and other features) .. how to enable that in my website

    #239534

    Hello,

    You can find this option in the Theme Settings > Footer, you will find the Sticky footer option, set it “ON”

    Best Regards

    #239756

    gettoss
    Participant

    what i meant is to have 2 footers .. default one and a second one for mobile same as the attached photo

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

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #239862

    gettoss
    Participant

    kindly check it

    #239975

    Hello,

    I have checked and the sticky footer works properly.

    You have one column in the Footer layout. If you want widgets to collapse, you need to create a few columns and add widgets in Appearance > Widgets > Footer column 1, 2, 3.

    Then you need to enable “Collapse widgets on mobile”

    Best Regards

    #239977

    gettoss
    Participant

    no i wasn’t talking about just the footer .. i meant the sticky row that has “wishlist, cart, my account” in the end of website for mobile .. check attachment

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

    Hello,

    You can enable and configure the Mobile bottom navbar in the Theme Settings > General > Mobile bottom navbar https://prnt.sc/vfqjh0

    Best Regards

    #240099

    gettoss
    Participant

    Perfect it is working .. but I have 2 problems

    1- when I go to the wishlist page the Sticky navbar disappears

    2- how to edit it the background to black color with white labels

    #240107

    Hello,

    What device and what browser do you use? I see the sticky navbar in the bottom https://prnt.sc/vfz9ms on the wishlist page.

    2. Do you mean the navbar?

    Best Regards

    #240224

    gettoss
    Participant

    regarding the navbar yea it is working .. i think i had problem with my mobile chrome cache

    2- yes i would like to have black background with white icons

    #240387

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-toolbar {
        background-color: black;
    }
    body .basel-toolbar-item > a {
        color:white!important;
    }
    .icons-design-line .shopping-cart>a:before,
    .icons-design-line .wishlist-info-widget>a:before {
    color:white!important;
    }
    
    .wishlist-info-widget>a:hover:after {
       color:white!important;
    }
     .basel-toolbar>div a span.basel-toolbar-label {
        color: white;
    }
     .basel-toolbar>div a:hover span.basel-toolbar-label {
        color: white;
    }

    Best Regards

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