Okay
  Public Ticket #2605975
Social Media Links
Closed

Comments

  •  4
    Marshall started the conversation

    The social media links are not showing in my footer

  •  2,963
    Andrew replied

    Hi there,

    Ensure in Salient > Footer you have not disabled the footer copyright area. It should be off

    5044222347.png

    Kind regards.

  •  4
  •  8,849
    Tahir replied

    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 

  •  4
    Marshall replied

    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?

  •  8,849
    Tahir replied

    Hey Again, 

    I can't seem to view the Social Icons at the moment.

    Thanks


    ThemeNectar Support Team 

  •  4
    Marshall replied

    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.

  •  8,849
    Tahir replied

    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):

    #footer-outer .col.span_5 {
        width: 75% !important;
    }
    #footer-outer .col.span_7 {
        width: 22% !important;
        float: right;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marshall replied

    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!

  •  8,849
    Tahir replied

    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;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marshall replied

    AWESOME!