Page Tab menu Styling

Anyone know how to make the bottom tab menu look like this?

CSS. Your app will need to be on the business plan.

3 Likes

Not sure if this is accurate, but it’s a step in the right direction:

[class*="mobile-tab-bar___StyledDiv"] {
background-color: transparent !important;
padding: 10px 20px;
border-radius: 30px;
margin-bottom: 10px;
border: 0px;

}

[class*="mobile-tab-bar___StyledDiv"]:first-of-type {
background-color: white !important;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
2 Likes

Very nice, amazing what can be achieved with CSS. Glides’ theme and styling are super classy and it’s nice they offer the ability to add our own design tweaks. Will save this for when i upgrade to business plan👍

2 Likes