Hello all:
I think I have a simple problem, but instead of playing guess and test forever, I thought I would ask here. I have a button in my header that I have open the aside. Can't figure out how to get the button background off:
See how the reminants of the button are still there? Also, if I wanted to use the alternate color scheme icon, how would I do that? Here is the relevant header code, but if you need to see more I will certainly post the whole thing.
- <header data-role="header" data-position="fixed" >
- <a href="#sideMenu" data-role="button" data-icon="bullets" style="padding:1em"></a>
- <h2>
- Map
- </h2>
- </header>
I appreciate any help! I am a super n00b.