Remove +- from the questions and answers
this code doesnt work?
1. To remove +/- from FAQ, you have to use the custom css below::
.faq .question .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus {
display: none !important;
}
Comments
this css should work but the problem is that the icon switches using JS and it is controlling the css on the fly. This means that after a user clicks, it will get overwritten anyway.
thanks