AI Search
Classic Search
Notifications
Clear all
Nov 14, 2020 11:18 am
Is it possible to remove the text from the post buttons? I tried using
.wpf-button-text {
display: none;
}
but that doesn't seem to work.
5 Replies
Nov 14, 2020 1:24 pm
Hi @sazdoes,
Just add the !important statement after the property, or simply use the following one:
.wpf-button-text {
display: none !important;
}
Nov 14, 2020 1:33 pm
Works great, thank you!
Nov 14, 2020 4:47 pm
thanks very much : that works fine
