• Resolved flamey23

    (@flamey23)


    Hello,

    I am using the Kadence theme and am editing the footer with the customiser. I have added the copyright to the bottom row of the footer on the left and then social media icons on the right. I am trying to add the text: “follow us:” before the social icons. I have tried to achieve this adding “follow us” text within a widget, but this adds padding after the social links that I cannot remove. Any more ideas of how I can add “follow us” to the left of the social icons? Kadence provides the option to add a title, but this is above the icons-not to the left.

    Any help with this would be most greatful:)

    Many thanks!

    • This topic was modified 1 week ago by flamey23.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • cyrfer

    (@cyrfer)

    Try custom CSS:

    footer .wp-block-social-links::before {
    content: "Follow us: ";
    }

    (Text added by CSS this way may not be recognized by search engines.)

    Thread Starter flamey23

    (@flamey23)

    Thank you Cyrfer! Of course-CSS:)

    • This reply was modified 6 days, 22 hours ago by flamey23.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.