Customize the Toolbar Icon

We listened to your feedback and added this feature by popular request.

Customize the Toolbar Icon

A person navigates a WordPress accessibility toolbar featuring large, clearly labeled icons. They select their preferred accessibility symbol from several options, adjust the icon size using a simple slider, and choose a bold border style for better visibility. Once satisfied with their selections, they locate and press the prominent Save Changes button in the lower left corner of the screen to apply their updates.

Want to customize the icon size in pixels?

Against a deep black background, three bold circles—red, yellow, and green—are evenly stacked in a vertical line on the left side. Each circle stands out clearly with solid color and crisp edges, reminiscent of traffic lights or control buttons for ease of recognition. To the right, large white capital letters spell “CSS” in a clean sans-serif font, providing high contrast for readability. The arrangement mimics an accessibility toolbar interface familiar to many WordPress users: straightforward controls grouped together with clear labeling to support navigation for people with varying needs.
				
					
.apop-container-toggle .apop-toggle img.design-size1 {
  padding: 5px !important;   /* Adds 5px of inner spacing around the icon */
  width: 40px !important;    /* Sets the icon width to exactly 40px */
  height: 40px !important;   /* Sets the icon height to exactly 40px */
}