Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70444

How to set color of side menu button (Hamburger) on ios?

$
0
0

@peterjc wrote:

I have an Ionic 4 application, using a side menu, where I my title bar is set to my primary color, and so on iOS I cannot see my side menu button.

On Android, the button is white so I can see it. I have tried every element selector I can see, I just can’t get the menu button to show white…

I have in the markup…

 <ion-content>
        <ion-list>
          <ion-menu-toggle auto-hide="false">
            <ion-item *ngFor="let p of availablePages" 
                      button=true lines='none' (click)="openPage(p)" 
                      [class.selected-item]= "p.isCurrentPage">
              <ion-avatar slot='start'>
                <img class='menu-icon' src='{{p.menuImage}}'>
              </ion-avatar>
              <div>{{p.title}}</div>
            </ion-item>

and in the scss…

.menu-icon {
   padding:10px !important;
   border-radius: 0 !important;   
    color:white !important;
 }
ion-menu-button{
  --color:white !important;
   color:white !important;
}

ion-menu-buttons{
  --color:white !important;
   color:white !important;
}

.ios-button{
  color:white !important;
}

But will just not show white.

Does anyone have any idea how I can set this?

Thanks in advance

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70444

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>