Get rid of Call to Action Button + Slider every page

Hello, I have been using this theme for a client’s website, and I am very happy with it. I love how easy it is to customise.

The only real problem I have is that I want to remove the CFA button so it doesn’t appear in the slider.

Also, is it possible to include the slider in every page of the site as opposed to just the homepage?

Site http://www.pacificharps.com/harps

Thanks for any help in advance

You don’t have CFA button button enabled. Maybe you are confusing something but CFA button should appear under the slider by default.

There is no option to enable slider on all pages via Theme Options but it is not difficult to slightly edit theme code. This discussion should help you.

I might have mistaken the CTA. That button that says ‘welcome’ on the home page. I want to get rid of it altogether. Is this possible?

This content is your post title and for second slider there is post title and excerpt.

If you want to get rid of it entirely you can add this code to Theme Options - Other - Custom CSS

.flex-caption {
    display: none;
}

Thank you, it worked.