Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ashlie-elizabeth-moore/885746cdd31276684edb5b5f0cad4622 to your computer and use it in GitHub Desktop.

Select an option

Save ashlie-elizabeth-moore/885746cdd31276684edb5b5f0cad4622 to your computer and use it in GitHub Desktop.
WP Accessibility Plugin Fix - Style & Move Front End Buttons
/** Accessability Buttons **/
.a11y-toolbar{
top: 75%;
left: 0;
}
.a11y-toolbar ul li button{
background: #000000;
border: 0px;
}
.a11y-toolbar button{
color: #ffffff !important;
}
.a11y-toolbar ul li button:hover{
background: #000000;
border: 0px;
transform: scale(1.25);
}
/** --END Accessability Buttons-- **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment