Okay
  Public Ticket #2079012
Facebook Link in Footer
Closed

Comments

  •  4
    Marshall started the conversation

    I cannot get the Facebook link in my footer to open the Facebook page it is set to via the Salient dashboard.

    Also, how does one get the Facebook favicon to have the same hover color as my menu links?

    As always, thank you in advance for your help.

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer .col.span_5 {
        width: 50% !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  4
    Marshall replied

    Thank you problem solved, but the link hover color is white and not red #CE0000. How do I solve this?

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer[data-cols="1"] #copyright li a:hover i {
        color: #ce0000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marshall replied

    Perfect! Thank you!