Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22470

    Hi, I start using FLORENTINE pattern for my web-page and  I want to add short 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. I am newbie. Thanks in advance!

    #22471
    BoldGrid Support
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing “Follow me” part in Florentine pattern’ is closed to new replies.