hello,
how do i remove the display of the text at the bottom of the page saying:
\”Please login or Register to submit your answer\”
also, how do i remove the text saying \”1 Answers\” at the top of the answer section?
greetings,
oren
1 Answers
You can add the following code to the style.css file:
.dwqa-answers-login .dwqa-answers-login-title,
.dwqa-answers-title {
display: none;
}
Please login or Register to submit your answer