Fixing WordPress dashicons popup (recommendations)
-
Using the
icon16class makes the clickable area of each icon overlap the icon above it.1. Remove the
icon16class from each icon.
2. Add styles without floating: `
.ws_icon_option { display: inline-block; margin: 0 2px 2px; }
`
3. Change the color (you could add thehowtoclass to the “ws_core_icons_tab” container for a medium-dark gray, or you could set your own color in the.ws_icon_optionstyles).Other recommendations:
1. To stop some PHP warnings, removescreen_icon('edit-pages');
2. Make the loading image reference relative:src="./images/loading.gif"
The topic ‘Fixing WordPress dashicons popup (recommendations)’ is closed to new replies.