Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #472739

    Hi,

    I’ve 2 questions:

    First, How can i get the navigation menu like as on this site? (the red box in the right upper corner)
    http://www.mmdsi.com

    Second, How can i make a single word changing in the slider? (like in the slider on this page) What settings do i need?
    https://www.myhrtoolkit.com

    Kind regards,
    Tim

    • This topic was modified 9 years, 4 months ago by broodjekaas.
    #472957

    Hi broodjekaas!

    1. Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    2. Please use the Headline Rotator element.

    Best regards,
    Rikard

    #473549

    Hi Rikard,

    Thanks for the help! Never noticed the Headline Rotartor, nice feature!

    The menu toggle also works fine, but when i click on it its shows up fullscreen. Is there a way to make it smaller like on the example site?

    #473818

    Hi!

    Please add following code to Quick CSS as well

     #mobile-advanced {
      width: 70%;
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.