Transcend ing
asked 8 years ago

Hi,
How to change font size for both questions & answers in DW Question & Answer plugin.
Found the following code from 2 years ago but doesn’t work on the current version;
.dwqa-content { font-size: 16px; }
Any ideas? Please share thank you.

1 Answers
DominicStaff
answered 8 years ago

Please add the following code to the style.css file:

 

.single-dwqa-question .dwqa-question-item .dwqa-question-content {
 font-size: 16px;
}
.dwqa-answer-item .dwqa-answer-content {
 font-size: 16px;
}

Hope this helps!

Transcend ing
replied 8 years ago

Thank you Dominic. It works perfectly. Thanks.

Dominic Staff
replied 8 years ago

My pleasure! If you have any issues or question please let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro