maxunet
asked 5 years ago

hi, i just bought the plug-in from codecanyon. i deleted my free version and install pro version.
but now i see “ask a question page” and “questions & answers page” like  a post page. 
for example at the question page people see which admin created that page and his author card at the bottom of the page. same problem at question and answers page.
here i screenshots: https://prnt.sc/li06bx (showing author name and date like posts)
https://prnt.sc/li06p8 (author card on question and answers page)
how can i fix this?

1 Answers
DominicStaff
answered 5 years ago

You can use the following code in the style.css file of your site. 

.submit-dwqa-question .td-module-meta-info, 
.single-dwqa-question .author-box-wrap {
    display: none;
}
Powered by DW Question & Answer Pro