Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22653

    I have removed the social media menu from the Florentine homepage but I can’t find a way to remove the “Follow me” text.  I want to leave the columns so I can add other text. Thanks.

    #22655

    Hello,

    Thanks for submitting a question about removing the “Follow Me” heading from the Florentine theme. It looks like that text is hard-coded into the theme, so it can’t be edited directly, but you can use CSS customization to remove it:

    div.col-md-12.follow-me.text-center h2 {
    display: none;
    }

    Best,
    Christopher M.

    #22654

    Hi, I have also similar question – I want to add text in front of “Follow me” as well after it. What should I do exactly. Could you please explain better and in details. I am not a programmer. Thanks in advance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove the “follow me” text from the florentine theme homepage?’ is closed to new replies.