Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marin Matosevic

    (@marinmatosevic)

    Hey there,

    So, the plugin is still a work in progress, and there’s no settings page just yet. We’re planning to spice things up by adding more options, including one to play around with colors. Meanwhile, you can tweak things a bit by targeting the CSS class and adding your own styles. Here’s a snippet of code that might come in handy:

    add_action('admin_footer', function () { ?>
    
    	<style>
    		tr.has-biznotes .order-preview {
    			background-color: #9C27B0;
    			color: #fff;
    		}
    	</style>
    
    <?php });
    Thread Starter catoRam

    (@marcatom-online)

    Great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notification color’ is closed to new replies.