Dávid Kusztor
asked 5 years ago

Hi.
 
First of all thanks for this plugin and support.
I have 3 question:

  1. There is possible to reduce this header area height?
  2. Possible to make this font size bigger?
  3. Hide editor tabs ?

I use this code, but still visible:

Start your code here.dwqa-answer-form .wp-editor-tabs,
.dwqa-container .wp-editor-tabs {
display: none;
}


Thanks for answers!

3 Answers
DominicStaff
answered 5 years ago

In this case, I need to access your site to check this issue. Please send me the username & password of your site for further checking.

Dávid Kusztor
replied 5 years ago

Hi. How can I send you private message?

Dávid Kusztor
answered 5 years ago

I don’t want to write dow here 🙂

Dominic Staff
replied 5 years ago

You can use the private option here: http://prntscr.com/lfa05x

DominicStaff
answered 5 years ago

I have helped you resolve this issue, you can check your site now. 
If you want to change the font size of the content in the single question, you can use the following code: 

.dwqa-answer-content {
  font-size: 20px;
}
.dwqa-question-content {
  font-size: 20px;
}
.dwqa-comment p {
  font-size: 20px;
}
Powered by DW Question & Answer Pro