Social Icons in Footer
-
Topic
-
My social icons in the footer are showing backwards?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Hi,
Everything seems to be working fine on my end. Do you have any more info about this issue? Like if it just started happenning? Or it’s always been like this? Maybe you could post a link to your site?
I was using Swagger…installed it…using the child theme. I started customizing and realized the social icon in the footer were backwards. http://www.level12.com
This plugin you’re using is doing it: hs-social-media-buttons-pro
— For whatever reason, it’s generally styling all .fa
icons on your site to be rotated 180 degrees.
Yup…just deactivated it and everything shows up correctly. Do you know of something similar that would work with the theme?
I’m not entirely sure what the plugin does exactly, but the theme has social sharing built-in already for posts. But if you want to use the plugin, it would be fairly simple to fix from your child theme style.css.
Something like this would override what the plugin was doing (going off memory):
.fa { -webkit-transform: none; transform: none; }
Thanks so much…it is a social icon slider….slides out from the side of the page.
Loving the theme…I’m not an expert and I know there is a lot more I can do…but I am loving Denali