I place ads by "Quick Adsense" plugin in the begining and in the end of all the posts of my website.
So all these ads are visible on the question page too.
Check it on this printscreen: http://joxi.ru/ZrJdZk6F1zW6l2
How to remove these ads from all the pages/posts with questions?
You can add the following code to the style.css file to remove the Ads on the question page:
.single-dwqa-question .dwqa-question-item .adswidget {display: none;}
If you still face there issue, please send me your site for further checking.
Yes, ads are still visible. I would be glad if you could help me in this issue.
domzastroika.ru
you can add the following code to the style.css file:
.single-dwqa-question .dwqa-question-item .adsbygoogle, .single-dwqa-question .dwqa-answer-item .adsbygoogle {
display: none !important;
}
Looks like it works! Thank you very much for your help, Dominic!
Please login or Register to submit your answer