Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Nov 14, 2020 7: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 9:24 am
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 9:33 am
Works great, thank you!
Nov 14, 2020 9:34 am
I have a near similar request , i want to remove the reply button in the threaded theme to force users to answer with the main reply button at the end of the topic
Nov 14, 2020 12:47 pm
thanks very much : that works fine