0
Good afternoon, how do I change the color of the sidemenu icon? I looked at the documentation and did some research but found nothing.
<ion-header>
<ion-navbar class="navbar-amcham">
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>AMCHAM RIO</ion-title>
</ion-navbar>
</ion-header>
What framework are you using? Where is your CSS, HTML, etc? Just with what you put in the question not to know what you refer to, put by the documentation link.
– hugocsl
@hugocsl the framework is IONIC. It is not an HTML and CSS problem, the question is about a proper ecosystem.
– Guilherme Nascimento
put the classes that are declared in the side menu line please.
– SHRIMP
Just a blank project created as a sidemenu in Ionic. But I don’t know where to find this icon in the project.
– Felipe XST
@Felipexst put the html in the question together so we can take a look
– SHRIMP
@SHRIMP edited the post and added the code
– Felipe XST