Okay
  Public Ticket #186528
Social Meda Icons Different Links
Closed

Comments

  • Jonathan started the conversation

    Hey!

    2 questions about social media icons in secondary nav menu:

    1) Is there a way to have a different hyperlink depending on what page you are on?
    2) There is no line to the right of the twitter icon (see fire.uroom.org/denver) - do you know how to fix that?

    THANKS!!

  •  8,838
    Tahir replied

    Hey Jonathan!

    1: I am afraid not .

    2: Add this into the Custom CSS box located in your Salient Options panel:

    #social > li:nth-child(1) > a {
        border-right: 1px solid #ddd;
    }
    #social > li:nth-child(2) > a {
        border-left: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Jonathan replied

    I added the Custom CSS and for some reason it did not do anything. Any ideas?

  •  8,838
    Tahir replied

    Hey Jonathan!

    Where exactly did you add them since i cant see it on your site? :) .  Also can you try clearing your server cache if you have a cache plugin installed. 

    Thanks


    ThemeNectar Support Team 

  • Jonathan replied

    Salient --> General Settings --> Custom CSS

  •  8,838
    Tahir replied

    Hey Jonathan!

    Could you try adding it to style.css . Its working when i live edit it in the browser, see screenshot: http://prntscr.com/35485y . Somehow the css is not getting echoed on the front page. 

    Thanks


    ThemeNectar Support Team