How to hide author and date from Travelify WordPress theme?

Can you help me out:
I want to remove under the article “author” and “date” – where can I find it?!

Just add this to Theme Options – Other – Custom CSS

.date, .author {
    display: none;
}

Hi Aigars,

Thank you for this Theme.
I was only able to remove Author with this code, Date is still showing.

Howard

Hi Aigars,

I have the same problem. The date of creating the post is still shown.

Sorro