Thank you. I am almost there! How do I get the three social media links flush right and in the second column? I'd like to align them with the logo and add space to the bottom of the footer?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
#footer-outer a:hover i {
color: #29348e !important;
}
The social media links are not showing in my footer
Hi there,
Ensure in Salient > Footer you have not disabled the footer copyright area. It should be off
Kind regards.
It is not disabled.
http://www.xtd.lkg.mybluehost.me/
Hey Again,
There is a conflict with the FontAwesome Library. Try installing this plugin and it should resolve it: https://wordpress.org/plugins/font-awesome/ .
Thanks
ThemeNectar Support Team
Thank you. I am almost there! How do I get the three social media links flush right and in the second column? I'd like to align them with the logo and add space to the bottom of the footer?
Hey Again,
I can't seem to view the Social Icons at the moment.
Thanks
ThemeNectar Support Team
They are at the bottom and can be seen now. I want them in the second column flush right. And I can't seem to change the hover color.
Hey Again ,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you! That .col.span 7 code alluded me!
Now, I cannot get the hover color for the social media icons to change. Can youassist?
As always, thank you!
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
AWESOME!