homepage word

Posted in: Newspaper
Post count: 45

How can i remove red cycled words ? (anasayfa means homepage )

thanks

http://i.hizliresim.com/Ppa02N.png

Post count: 7909

Hi,

That is Homepage title you can hide it with css in Theme Panel > Custom Css: http://screencast.com/t/jOGJ6uI5303D

.home .td-page-title{
display: none;
}

Also if you don’t want to display Breadcrumbs on entire site you can disable it from Theme Panel > Post Settings > Breadcrumbs: http://screencast.com/t/LY2hJN7T3MAE
Result: http://screencast.com/t/vCgV2Iwni

Or if you want to hide only on Homepage you can use css code: http://screencast.com/t/jOGJ6uI5303D

.home .entry-crumbs{
display: none;
}

Thanks!

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