Emi Jitaru
asked 10 years ago

How can I change font size in DW Q&A plugin? The font for content ( question and answers both ) it is small and I want to increase font-size to 16px.
What line should I edit ?
Thank you .

1 Answers
DominicStaff
answered 10 years ago

To change font size in DW Q&A plugin, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.dwqa-content {    font-size: 16px; }

Regards,

Rajat Gupta
replied 10 years ago

dear sir, in which file should i add the .dwqa-content { font-size: 16px; } code. kindly guide.

Dominic Staff
replied 10 years ago

You can add this code to the style.css file.

Powered by DW Question & Answer Pro