In my website, the question is not showing as a title. It’s too small to read out.
https://ipmspakistan.com/question/what-is-meant-by-ipms/
1 Answers
You can add the following code to the style.css file:
.single-dwqa-question .page-title {
font-size: 42px;
font-weight: bold;
color: #000;
padding: 33px 0;
}
Please login or Register to submit your answer