How to add title like "Advertisement" on ads

Posted in: Newspaper
Post count: 41

Sir,

i want to add title like “Advertisement” on above the google adsense ad for Article bottom ad place.

also for article inline google adsense ad.

help me fast if possible.

Post count: 3343

Hi,

Add this code http://pastebin.com/jVkkGPtX like here: http://screencast.com/t/7f8W5cubv7t

Add this CSS in Theme Panel -> Custom CSS

.td-custom-ad {
    display: none;
    color: #666666;
    display: block;
    font-size: 14px;
    text-align: center;
}
.td-post-text-content .td-custom-ad {
   display: block;
}

Thanks for the message!

  • This reply was modified 11 years by Marius.
Post count: 41

link: http://pastebin.com/jVkkGPtX Not working

Please give alternate or updated url…

Post count: 41

thanks for reply its works for me but i don’t want this tag on all(Header, Sidebar) Ad sense ad code.

just for Article bottom ad and article inline ad.

please guide me. Thank you!!

Post count: 3343

Hi,
This is the code: http://screencast.com/t/RHHFKmTP
The text is on all ads but is hidden and it shows only on post content ads like bottom ad and inline ad.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.