Sergey Korovin
asked 8 years ago

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?

1 Answers
DominicStaff
answered 8 years ago

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.

Sergey Korovin
replied 8 years ago

Yes, ads are still visible. I would be glad if you could help me in this issue.
domzastroika.ru

Dominic Staff
replied 8 years ago

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;
}

Sergey Korovin
replied 8 years ago

Looks like it works! Thank you very much for your help, Dominic!

Powered by DW Question & Answer Pro