Hi, I have enabled ‘Ads below post content’ in my wordpress theme. I’m using DW Question Answer Plugin and I’m facing an issue with the ads.
For every Question created , the ads on ‘Single question’ appears below
- Question
- Every answer. Suppose there are 3 questions to an answer , then the ‘ads below post content’ appear below every answer.
Can you please tell me how to make them appear only below the question and not below the answers. I would be really thankful to you.
Best Regards.
Reference site – http://indiaomatic.com/question/ssc-gk-quiz-1/
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
#dwqa-answers .dwqa-content-inner iframe {
display: none;
}
Hope this helps !
Please login or Register to submit your answer