Okay
  Public Ticket #2913478
secondary header
Closed

Comments

  •  2
    Serovbe started the conversation

    Tell me pls how can i put language selector (there is a shortcode of gtranslate plugin) and a salient button to secondary header. Also i need a solution for favourites projects, i mean i want to make possibility for users to put project to favourites and then see them in a new page, so maybe there is a plugin for that or a possibility in template to realise that, maybe "likes" button

    Thx in advance

  •  279
    Noah replied

    Hello,

    You can use the Pull Right Menu Location to add it in there: http://themenectar.com/docs/salient/pull-right-nav-items/ . 

    Regarding the favorite projects, the customization is out of our support scope and I recommend you get a developer to assist with the functionality.

    Thanks

  •  2
    Serovbe replied

    Ok thanks, can u also tell me how can i input shortcode and button to secondary menu?

  •  279
    Noah replied

    Hello,

    Please check out the guide here https://themenectar.ticksy.com//article/2509

    Thanks.

  •  2
    Serovbe replied

    Tell me pls how can i change secondary header font size

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body #header-secondary-outer nav >ul >li >a {
        font-size: 15px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Serovbe replied

    Ohh ертч very much, also tell pls how to change social icons size

    -------

    have done it) thnx

  •  8,840
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body #header-secondary-outer #social li a i {
        font-size: 22px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Serovbe replied

    and how can i put button to secodary header?

    realty.serovbe.ru - here is site? i need to put buttons from header to secondary header

  •  8,840
    Tahir replied

    I am afraid the Secondary Header has no styling for button available and would have to be custom coded.

    Thanks 


    ThemeNectar Support Team