I know that supposedly Google does not require that the word ‘Advertisement’ be above an ad… but I do believe that it is a safe practice.
I see how easy it is to ad the word ADVERTISEMENT above the ad in the sidebar…
But can someone please tell me if there is an easy way to add the word ADVERTISEMENT above the other types of ads?
I have searched the forum, but can not figure out how to do it.
Thank you
Hi
For the ads used which can be used in adbox: http://screencast.com/t/17PJ3j1EXEU7 you can set the title from block’s settings: http://screencast.com/t/dYSz2shG For ads from post content please check this link, I’ve posted a solution there: https://forum.tagdiv.com/topic/inline-ad-titles/ The solution was for Newsmag theme but it also applies for Newspaper.
Thanks!
By the way I followed the other instructions and was able to get the word Advertisement where I want it (above the other Ad placements) BUT – it is large and dark like the regular page font…
It would be ideal if the font could look identical as it does in the sidebar
Hi
Replace the css that you shown as reference with this one.
.td-ads-title{
margin-left: auto;
margin-right: auto;
display: table;
color: #bbbbbb;
font-size: 10px;
text-align: center;
}
The result should be like here: http://screencast.com/t/RTWgwPrY
Let me know how it goes.
Thanks!