On this page, http://www.fkhv.org/ the toggle sidebar that says "Giving To Fahrney Keedy" -- I need to make it a shade of blue that stands out more.
I can't figure out what to change in the stylesheet to make it change though.
Would love some help.
I tried this, but it's not working:
/* TOGGLE SIDEBAR */
.toggle_sidebar .switcher{
    background: #0000FF;
}
.toggle_sidebar .switcher{
    right: auto;
    left: 0;
    background: #0000FF;
}
.toggle_sidebar .switcher_shadow{
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
 
     
    