For changing the text of the button, you can take a look here:
https://ww.wp.xz.cn/support/topic/change-button-text-20/
You need the PHP filter for gwolle_gb_button. The PHP code can be added to the functions.php of your theme.
For more padding for buttons, try this CSS:
html button,
html input[type="submit"],
html input[type="button"],
html input[type="reset"] {
padding: 8px 12px;
}
Thread Starter
suwace
(@suwace)
Thanks. I added that css to:
/wp-content/plugins/gwolle-gb/frontend/css/gwolle-gb-frontend.css
but it made no difference (after clearing cache) in Chrome or Safari though it did with Firefox
Any chance of using a graphic button?
Thread Starter
suwace
(@suwace)
Ah, something like this seems to work:
#gwolle_gb_write_button .button {background:gold; font-size:24px; padding: 20px}
Thanks
Ok, good you managed.
Just to be sure, don’t put this CSS in a file of the plugin. You should add it to the Customizer or to a plugin like Simple Custom CSS.
When the plugin gets updated you lose your additions.