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

HI,
1)
I inserted the slider on home. But I would like it to be shown on every page. How do I do this?

I would like to only insert some pictures, so not title and url. When I click on the image I go to a post in wordpress. I do not want this. It just needs to be a slider. How do I do this?

  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.