Okay
  Public Ticket #170378
Move social media icons in secondary nav menu
Closed

Comments

  • Jonathan started the conversation

    How do you move the icons to the right side of secondary header? I want them alongside a custom menu button I already have there. Thanks!

  • Jonathan replied

    Or, place the icons & my phone number top right of main nav above menu items... if the code isnt too complex (see www.seminar-solutions.com)

    If this is complex, can you tell me how to remove the line that divides main and secondary nav menus?

    Thanks again!

  •  997
    ThemeNectar replied

    Hey!

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

     
    body[data-header-color="custom"] #header-secondary-outer {
        border-bottom: 1px solid #fff!important;
    }
    
    Cheers :)
  • [deleted] replied

    Hi,

    I was wondering how I would go about replacing the social icons in the header with a link instead?

    Thanks mate

  •  8,470
    Tahir replied

    Hey Andrew!

    Please see screenshot:http://prntscr.com/3ff9qa . You have to remove the social icons code and add a html anchor tag like this for the link:

    <a href="http://www.google.com">Link </a>

    Cheers


    ThemeNectar Support Team