Hi Cassy!
1) You can add the following PHP snippet either inside the functions.php of your child theme, or the “Code Snippets” plugin, to run it only in the dashboard.
add_action( 'admin_head', 'poka_child_638da595ef825' );
function poka_child_638da595ef825() {
if ( is_admin() ) {
echo '<style>.poka-select select[multiple]{overflow:auto!important}</style>';
}
}
2) Go to Dashboard > Appearance > Customize > Visual Settings > Reviews. You can choose the “Taxonomy Review style” you prefer. More changes can be done using custom CSS.
-
This reply was modified 2 years ago by admin.
-
This reply was modified 2 years ago by admin.