Danial Khawaja
asked 4 years ago

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
DominicStaff
answered 4 years ago

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;
}
Powered by DW Question & Answer Pro