Hello,
Thanks for posting your question about modifying the “Follow Me” text heading displayed in the footer of the Florentine inspiration. That text is hard-coded into the theme, so it cannot be edited, but you can use CSS customization to remove it, by adding this line of code to the HTML/CSS Customizer section.
div.col-md-12.follow-me.text-center h2 {
display: none;
}
I hope this helps!
Sincerely,
Carlos D