Remove the entry meta box completely for WordPress theme

Hello Aigars,

first of all i would like to thank you for your great theme!

.date, .author, .category, .tags{
display: none;
}

with this line i was able to remove all unwanted meta-data from regular posts. but now there is a white line left. is it possible to remove this line. if that is not possible can i change the color of it?

I am not sure if i explained that good. so i made a picture for you.

Thank you!

You can hide single post entry meta bar for Travelify WordPress theme by adding this simple CSS code to Appearance >> Theme Options >> Other >> Custom CSS.

.single .entry-meta-bar {
  display: none;
}

Let me know if you need any further assistance with this.