Hello,
We often get requests from customers to change or remove certain elements within their Help Center template.
With the help of other discussions here on the community page I managed to remove elements or make them invisible, so that's a great start!
Now, I want to change the text of a button (see image below). The word "Helpcentrum" needs to become "Kennisbank". I tried to find the right piece of code with the help of brower inspection. I managed to find:
.Radio__radioBtnGroupCompactbuttonRadius .Radio__radioButton .Radio__radioLabel{
<input type="radio" name="searchFilter" id="Helpcentrum" value="Helpcentrum" data-id="searchFilter_kb">
}
I thought changing the word "Helpcentrum" to "Kennisbank" would do the trick, but that is not the case.
I've tried multiple elements but with no result.
Can someone please tell me what I'm doing wrong and which code I need to put in CSS to make this and other changes work in the future?
Thank you in advance!