RSS Feed/News CSS on the new post screen

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,701
Points
823

Reputation:

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...

Read more

Continue reading...
 
Status
Not open for further replies.
Top