Eliminate the button in Call to Action Parallax

I needed a large title to the video section and used the call to action parallax for a title. I don’t need or want the button. Just need the text in that box centered and the button to go away.

Thank you for your help!

It’s the purple stripe in the white parallax between the portfolio above and the video below. Screenshot attached.

hm2015.globaldove.org

here is photo of the issue.

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.home section.cfa-section.bg-secondary .col-sm-3 {
    display: none;
}

.home section.cfa-section.bg-secondary .col-sm-9 {
    width: 100%;
}

it also contains code to center text

Thanks!
Colorlib Support Team