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!
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?
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;
}
Thank you Dan, Very much appreciated!
Happy I could help!