Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Button Learn More

New Front EN Support Forums Reply To: Button Learn More

#3969
mmsatori
Keymaster

Hey Galini,

please try this CSS:

#page-holder-21 .page-content .su-button { background-color: #ffffff; }
#page-holder-21 .page-content .su-button:hover { background-color: #ffffff; }

replacing the #ffffff in both cases with the needed color in HEX notation; the second declaration is for the hover state. In case you wish to modify the background color for all shortcode-generated buttons, you can use this instead:

.su-button { background-color: #ffffff; }
.su-button:hover { background-color: #ffffff; }

Sincerely,
Andrii / Satori Studio