Okay
  Public Ticket #1730230
Footer CSS
Closed

Comments

  •  1
    tenaciousB started the conversation

    What CSS can I add to remove the border around the social icons in the footer?

    Many thanks!

  •  8,998
    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 i:after{
        border:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    tenaciousB replied

    Perfect. Thank you Tahir!