Okay
  Public Ticket #854962
Remove "|" character from share icons
Closed

Comments

  • souza started the conversation

    Hi,

    In Salient, 

    How remove the "|" character from 'share social icons' footer ?

    Thanks

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • souza replied

    Hi Tahlr,

    Worked using: 

    style.css line: 11168 - setting border to 0 px

    .nectar-social > * {
    border-right: 0px solid #ddd;
    }

    Now I need discover how apply only in css panel (without change the file style.css)

    Best,

    Souza


  •  8,996
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-social > * {
    border-right: 0px solid #ddd !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • souza replied

    Worked! 

    nice! thanks

  • souza replied

    How I change the social-icon color ?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team