From the list: Alphonsus (SHGR) Template ✔ Buttons should have site colors from very beginning instead of just the standard gray Kyle S. added this on Jun 03, 2021 Completed Jun 03, 2021 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development I've added this on the Dev Site, the Demo Site, the Design Site and the Showcase Site. Jun 03, 2021 at 8:18 PM No one was notified Kyle Sullivan completed this to-do. Jun 03, 2021 at 8:18 PM Kyle Sullivan, Web Development The following should be inserted in custom.php, around line 203..wp-block-button__link { background: <?= get_field('primary_color', 'options'); ?> !important; border: 0; color: #FFFFFF; font-family: <?= $fontMain; ?> !important; transition: 0.25s ease-in; } .wp-block-button__link:hover, .wp-block-button__link:focus { background: <?= get_field('secondary_color', 'options'); ?> !important; } Jun 04, 2021 at 12:47 PM No one was notified
Kyle Sullivan, Web Development I've added this on the Dev Site, the Demo Site, the Design Site and the Showcase Site. Jun 03, 2021 at 8:18 PM No one was notified
Kyle Sullivan, Web Development The following should be inserted in custom.php, around line 203..wp-block-button__link { background: <?= get_field('primary_color', 'options'); ?> !important; border: 0; color: #FFFFFF; font-family: <?= $fontMain; ?> !important; transition: 0.25s ease-in; } .wp-block-button__link:hover, .wp-block-button__link:focus { background: <?= get_field('secondary_color', 'options'); ?> !important; } Jun 04, 2021 at 12:47 PM No one was notified
.wp-block-button__link { background: <?= get_field('primary_color', 'options'); ?> !important; border: 0; color: #FFFFFF; font-family: <?= $fontMain; ?> !important; transition: 0.25s ease-in; } .wp-block-button__link:hover, .wp-block-button__link:focus { background: <?= get_field('secondary_color', 'options'); ?> !important; }