test button sfa sand
I am using this css to remove underlines from buttons /* remove underlines from button links*/.entry-content a:not(.wp-block-button__link, a.gb-text):hover {text-decoration: underline;} I have this php to set up colors for the default gb button add_filter( ‘generateblocks_default_button_attributes’, function( $attributes ) {$attributes[‘styles’] = [‘display’ => ‘inline-flex’,‘alignItems’ => ‘center’,‘backgroundColor’ => ‘#00275b’,‘color’ => ‘#ffffff’,‘paddingTop’ => ‘1rem’,‘paddingRight’ => ‘2rem’,‘paddingBottom’ => ‘1rem’,‘paddingLeft’ … Read more