slider should be always on top and how do i delete the title?

  1. Answer to your first question can be found here.

  2. Answer to this question can be found here.

Third part about title and caption. Just add this code to Appearance >> Theme Options >> Other >> Custom CSS and you are good to go.

.flex-caption {
  display: none;
}

Let me know if you have any other question.