framework7

Open full view…

Toolbar tabbar background image please?

mayela
Sun, 12 Nov 2017 19:43:03 GMT

Hello Im trying to change the background of my bottom toolbar tabbar but I cant make it, also I tried to apply theme or dark layout to it, nothing worked, could anyone help me please?

proyectodo
Mon, 13 Nov 2017 12:52:57 GMT

You can do it adding *background-color* in CSS styles. --- .toolbar-inner { // add this background-color: #ddd; } --- Maybe you need to add *!important*. --- .toolbar-inner { // add this background-color: #ddd!important; } ---