Saurabh Agarwal
asked 5 years ago

Hello, I am using the latest pro version of the plugin. In the Page of asking a new question, the second heading “details” is missing. I saw the demo and the demo has the same problem. Can you please help? Attaching photo.
https://drive.google.com/open?id=1gm8N76qSw7ilnZuljpSrnDSOcm8VFZcQ
 

3 Answers
DominicStaff
answered 5 years ago

Please send me your site URL for further checking.

saurabh789
answered 5 years ago

Same issue can also be seen here http://demo.designwall.com/dwqa/ask-question/
The heading /title of second box is missing.

DominicStaff
answered 5 years ago

You can add the following code to the style.css file:

div#wp-question-content-wrap:before {
    content: "Question detail";
    text-transform: capitalize;
    font-weight: bold;
    left: 0;
    top: 0;
    position: absolute;
}
div#wp-question-content-wrap { position: relative;}
saurabh789
replied 5 years ago

Thanks.

Powered by DW Question & Answer Pro