Comments 2Ioannis started the conversationMay 9, 2024 at 8:57pmHi. I am using this code to hide a text and appear a new one:<style>/* Hide original text */.el-button.el-button--primary span::after { content: none !important;} /* Add new text content */.el-button.el-button--primary::before { content: "New Text";}</style>The code is implemented in a code block, trying to change a button from an event list form [ameliaevents event=1] .The problem is that the "New Text" appears with the old one together. It seams like for some reason the first part of the code, is not working.Do you have any suggestions on that?This is a screenshot on what I see when the code is used. I want to hide the word "Συνέχεια" and change it with something else.Thank you. 2Ioannis repliedMay 10, 2024 at 4:34pmHi. I solved it using a code block. 1,501Uroš repliedMay 12, 2024 at 12:29pmHello Ioannis,Glad to hear that the issue has been resolved.I will have this ticket closed now.Kind Regards, Uros Jovanovic[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi. I am using this code to hide a text and appear a new one:
<style>
/* Hide original text */
.el-button.el-button--primary span::after {
content: none !important;
}
/* Add new text content */
.el-button.el-button--primary::before {
content: "New Text";
}
</style>
The code is implemented in a code block, trying to change a button from an event list form [ameliaevents event=1] .
The problem is that the "New Text" appears with the old one together.
It seams like for some reason the first part of the code, is not working.
Do you have any suggestions on that?
This is a screenshot on what I see when the code is used. I want to hide the word "Συνέχεια" and change it with something else.
Thank you.
Hi. I solved it using a code block.
Hello Ioannis,
Glad to hear that the issue has been resolved.
I will have this ticket closed now.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables