an issue with rankmath that was overlooked

#1026499
  • Resolved Peter
    Rank Math free

    Hi there
    I’ve been receiving zero’s on my rankmath report and went to “test connections” to see if I had properly connected it to Google analytics. A green icon means all good, red means an error. The problem is……..I”m colorblind! I can’t tell between green and red. Is it possible on your next update to change one of the lights to blue or a more contrasting color.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    We can understand your problem, and we apologize for the inconvenience. We suggest you use the following filter code on your website and see if that works for you:

    function change_rank_math_connection_colour(){
    	echo '<style>
    	.rank-math-connection-status-success{
    	   background: #009E73 !important;
            }
    	
    	.rank-math-connection-status-error{
    	   background: #D55E00 !important;
            }
    	</style>';
    }
    add_action('admin_head', 'change_rank_math_connection_colour');
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes. Looking forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘an issue with rankmath that was overlooked’ is closed to new replies.