Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290807
    Teeebest
    Participant

    Hello, I have two questions please:
    1. I want the word MENU to be to the left of the hamburger icon and not below it.
    2. I want my submenu items to display on hover and not when the parent menu item is clicked.
    http://rccgriversofjoy.org/tlc-home

    Thanks as always

    #1290921
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. It seems you have added the below code :

    .sfm-navicon-button::after {
      color: #ffffff;
      content: "Menu";
      display: block;
      font-size: 12px;
      font-weight: normal;
      left: -50%;
      line-height: 18px;
      margin: 5px 0 0;
      position: absolute;
      text-align: center;
      text-decoration: none !important;
      top: 100%;
      width: 200%;
    }

    Let’s update the code to following :

    .sfm-navicon-button::after {
      color: #ffffff;
      content: "Menu";
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 18px;
      margin: 5px 0 0;
      position: absolute;
      right: 25px;
      text-align: center;
      text-decoration: none !important;
      top: 11px;
      width: 200%;
    }

    #2. Let’s follow the Superfly documentation. Official documentation here – http://superfly.looks-awesome.com/docs/Getting_Started

    Hope you will find the option described there.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1290807 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>