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
Please send me your site URL for further checking.
Same issue can also be seen here http://demo.designwall.com/dwqa/ask-question/
The heading /title of second box is missing.
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;}
Thanks.
Please login or Register to submit your answer