How to disable Google ads at WP.com
If you have the CSS upgrade this is a walk in the park. Just add
div.postcontent table {display:none}
The Venture Capitalists have obviously not read the CSS specification.
If you have the CSS upgrade this is a walk in the park. Just add
div.postcontent table {display:none}
The Venture Capitalists have obviously not read the CSS specification.
16 July at 1:44 am
clever work there, sir
16 July at 3:28 am
lol
16 July at 6:13 am
sweet
19 July at 5:45 am
[...] for those of us who pay for the CSS upgrade to disable the ads. Since the ads display in a table, we can simply {display:none} the tables away. There are two potential problems with this. First, I think that this will make “real [...]
25 November at 5:56 pm
solution before implement
lol
26 November at 6:21 pm
fwiw, .postcontent doesn’t exist in every theme. it’s better to use
their own weapons against them:div.snap_preview table { display: none; }since the .snap_preview class is added automatically.