Add green styling to secondary buttons and Visit Website button across the plugin

This commit is contained in:
Marcus Quinn
2025-03-24 22:00:08 +00:00
parent a4b594c0e2
commit 1eb732684b
6 changed files with 47 additions and 10 deletions

View File

@ -218,7 +218,7 @@ class WP_Allstars_Admin_Manager {
<h1><?php echo esc_html(get_admin_page_title()); ?></h1>
<div class="wp-allstars-header-actions">
<span class="wp-allstars-version"><?php echo esc_html(WP_ALLSTARS_VERSION); ?></span>
<a href="https://www.wpallstars.com/" target="_blank" class="button button-secondary">
<a href="https://www.wpallstars.com/" target="_blank" class="button button-secondary green-button-secondary green-visit-website">
<?php esc_html_e('Visit Website', 'wp-allstars'); ?>
</a>
</div>