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
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,
dear sir, in which file should i add the .dwqa-content { font-size: 16px; } code. kindly guide.
You can add this code to the style.css file.
Please login or Register to submit your answer