Breaking News Banner

Posted in: Newspaper
Post count: 5

Is there any way to add a banner along the top of the screen (under the menu) to post a breaking news story? Just a short headline with a link to the actual article?

Post count: 7909

Hi,

You can add your banner code in Ads > Custom Ad1: http://screencast.com/t/5cU3h2Vo and use shortcode in header.php file: http://screencast.com/t/QthH04yzqh

echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');

Please use css for margin, in Theme Panel > Custom Css: http://screencast.com/t/Vqti384e2hy

.td-a-rec-id-custom_ad_1{
margin-top: 20px;
margin-bottom: 10px;
}

Result: http://screencast.com/t/GtSeepg6DyO

Thanks!

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