Home Forums WoodMart support forum MOBILE BOTTOM MENU BAR NEED TO BE MODIFY Reply To: MOBILE BOTTOM MENU BAR NEED TO BE MODIFY

#584087

Luke Nielsen
Keymaster

Hello,

Replace the previous code with the below one:

.wd-toolbar {
    border-radius: 25px 25px 0 0;
    box-shadow: 0px 0px 2px 0px #333;
    height: 60px;
    background-color: #FFBB00;
}

body .wd-tools-element .wd-tools-icon:before {
    font-size: 25px;
}

Clear the cache and check how it works.

Kind Regards