Ads – Unclear about How to ad Advertisment

Posted in: Newspaper
Post count: 8

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

Post count: 6535

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!

Post count: 8

Is it possible to make the word Advertisement look the same as it does in the sidebar?

In the sidebar it is much smaller and a lighter gray color?

Is that possible?

Thank you

Post count: 8

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

Post count: 9544

Create a CSS class, then put the class in the custom CSS box in panel, then use that class for the text in the template where inserting the – advertisement – text; that’s what I did.

Post count: 8

I know nothing about CSS – Below is the CSS I was showed to add in…

Can you tell me how to change it so the text shows smaller and lighter exactly as it does in the sidebar?

Thanks so much!

.td-ads-title{
margin-left: auto;
margin-right: auto;
display: table;
}

Post count: 6535

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!

Post count: 8

That’s AWESOME!! Thank you so much for your help!

You Rock!

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