Okay
  Public Ticket #2025557
Left Header Dropdown Menu
Closed

Comments

  • campaignersnetwork started the conversation

    Hello there,

    I want to create a dropdown menu with the layout style "left header", like in your business demo (http://themenectar.com/demo/salient-business/). Based on this example, how is it possible to reach the parent page "about"? I can only see the child sides like Culutre, Team... If I change the layout to, i.e. "default layout", the parent page is available...

    Best regards,

    Clemens 

  •  8,994
    Tahir replied

    Hey,

    Unfortunately there is no such option available at the moment and you would have to structure the menu that way.

    Best


    ThemeNectar Support Team 

  • campaignersnetwork replied

    Okay thank you Tahir. Just a another simple question: is it possible to disable the highlighted text on mobile? 

    Best Regards

  •  8,994
    Tahir replied

    Not sure i understand ?. Are you referring to the menu by "Highlighted Text" .

    Best 


    ThemeNectar Support Team 

  • campaignersnetwork replied

    Sorry I jumped with the topic. I mean a simple highlighted text in the body.

    Best regards

  •  8,994
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  • campaignersnetwork replied

    https://gs.grundundpartner.de/wordpress

    Do you need the admin data to log in?

  • campaignersnetwork replied

    Hello, 

    its me again with a question about the pricing table: how can I change the titels font? I dont found any h-font that matched this one... Do you have a CSS-Code for me or how can I change this?

    Best regards

    Clemens

  •  8,994
    Tahir replied

    On which page can i find the Pricing Table ?. 


    ThemeNectar Support Team 

  •  8,994
    Tahir replied

    Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets. 

    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):

    .pricing-table[data-style="flat-alternative"] .pricing-column h3 {
        line-height: 42px !important;
        font-family: Roboto;
        letter-spacing: 0;
    }

    Thanks


    ThemeNectar Support Team 

  • campaignersnetwork replied

    Great - Thank you