Remove Date, Home View

Posted in: Newspaper
Post count: 29

Hello

I would like to remove the date on the “home” page as documented in the screenshot. How can I do that?

Screenshot: http://www.screencast.com/t/usi5hg6abNI

Best rgds

Roger

Post count: 3343

Hello,
You have this option in Theme customizer http://screencast.com/t/o9GAXvcwyZk

Thanks for the message!

Post count: 29

Hey Marius

You geht me wrong. I just wanna disable the date on my frontpage, not on all article pages or in the article it self. How can I do?

Best rgds

Roeer Hohl

Post count: 3343

Hello,
To hide only on homepage add this in style.css

.home .entry-date {
    display: none;
}
.home .td-sp-ico-comments {
    margin-left: 0 !important;
}

Thanks!

Post count: 29

Thank you for the code.

Unfortunately I do have a graphical problem now with big and normal slider.

Screnshot: http://www.screencast.com/t/kRsWkB6v94

Best rgds

Roger

Post count: 3343

Hello,
Add this

.slide-meta-author {
display: none;
}

Thanks

Post count: 29

Unfortunately we still have the same Problem. 🙂

What shall we do?

rgds

Roger

Post count: 3343

Hello,
Please give us your site URL to see the issue.

Thanks

Post count: 29

Hey Radu

Link is: http://www.luxvisor.com

Best rgds

Roger

Post count: 3343

Hello,
Use it with important

.slide-meta-author {
    display: none !important;
}
Post count: 29

Now it is working.

Thank you.

Best rgds

Roger

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