XenForo CSS on the new post screen

M

MapleOne

Guest

Site: dn(dot)ca​


I have been trying to remove the lower google ad from my new post screen with no success.

I did manage to get this to work

Code:

Code:
/* Hide Second Google Ad in New Post Screen */
[data-template="whats_new_posts"]
{iframe#aswift_2 {display: none;}}


But that leaves a big blank spot and my footer does not shift up.


I think I have to remove this instead


Code:

Code:
/* Hide Second Google Ad in New Post Screen  */
[data-template="whats_new_posts"]
{div.#aswift_2_host {display...

Read more

Continue reading...