Add a title above social media icons in the footer

I’m trying to add a title above the social media icons in the footer of my website as it feels too plain at the moment. Which part of the website code can I edit to add a title? I want to say “Follow us on social media!”

Thank you in advanced!

Hi @Matt_TYH

Could you share your store URL so I can provide the solution?

Fuel Brunei – Fuel Nutrition

Here you go!

Hi @Matt_TYH

Please add this CSS code at the bottom of your base.css file

.footer__list-social:before {
    content: "Follow us on social media!";
    font-size: 32px;
    display: flex;
    width: 100%;
    justify-content: center;
}
1 Like

Thank you Dan, Very much appreciated!

1 Like

Happy I could help!

1 Like