Need help changing round images at bottom
-
Hi there,
I’m using the Swell Lite template and I’m struggling to change the images in the circles in the gray footer at the bottom. I understand they’re font awesome logos and I’ve found where I can edit them in the code. The problem I’m running into is being able to differentiate them. If I change the icon to one images, it changes all of the circles to the same image. I’d like to be able to make them all different images.
Maybe I’m not looking in the right place?
Any help or advice on this matter would be greatly appreciated.
https://wifeinthewildblueyonder.com/wp/
.social-icons li a::before { font-family: 'FontAwesome'; font-size: 16px; font-weight: normal; content: '\f015'; } .social-icons li a span { display: none; } .social-icons li a[href*="facebook.com"]::before { content: '\f09a'; } .social-icons li a[href*="twitter.com"]::before { content: '\f099'; } .social-icons li a[href*="plus.google.com"]::before { content: '\f0d5'; } .social-icons li a[href*="linkedin.com"]::before { content: '\f0e1'; } .social-icons li a[href*="github.com"]::before { content: '\f113'; } .social-icons li a[href*="dribbble.com"]::before { content: '\f17d'; } .social-icons li a[href*="foursquare.com"]::before { content: '\f180'; } .social-icons li a[href*="pinterest.com"]::before { content: '\f0d2'; } .social-icons li a[href*="wordpress.com"]::before { content: '\f19a'; } .social-icons li a[href*="youtube.com"]::before { content: '\f16a'; } .social-icons li a[href*="vine.co"]::before { content: '\f1ca'; } .social-icons li a[href*="instagram.com"]::before { content: '\f16d'; } .social-icons li a[href*="stackexchange.com"]::before { content: '\f18d'; } .social-icons li a[href*="mailto:"]::before { content: '\f0e0'; } .social-icons li a[href$="/feed/"]::before { content: '\f09e'; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need help changing round images at bottom’ is closed to new replies.