Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854965
    Mario1986
    Participant

    Hi,

    I have decided to give some sites of my website a second menu. Is it possible that the the second menu also moves up and down when the user is scrolling? Like the main menu of my website. I have adjusted you an screenshot.

    Thanks for your help.

    Mario

    #854971
    Zeshan
    Member

    Hi Mario,

    Thanks for writing in! It could be possible with custom development. While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.

    To do that, first add a custom CSS class of fixed-section to that section under Class field of its settings (see: http://prntscr.com/7qeolc), then add following CSS code under Settings > Custom CSS in Cornerstone (see: http://prntscr.com/7fp5q0):

    @media only screen and (min-width: 768px) {
      .x-main .entry-content {
        padding-top: 100px;
      }
    
      .x-section.fixed-section {
        position: fixed;
        width: 100%;
        top: 100px;
        z-index: 10;
        padding-bottom: 15px !important;
      }
    }
    

    Thank you!

    #879959
    Mario1986
    Participant

    Hello,

    thanks a lot for your help. Please can you tell me how I can remove the frames of my footer menu? I also want to remove the bullet points. I adjusted an screenshot.

    Thanks a lot for your help.

    Best regards

    #880626
    Rupok
    Member

    Hi Mario,

    Thanks for writing back.
    You can add this under Custom > CSS in the Customizer.

    .widget ul, .widget ol, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a {
      border: medium none;
      box-shadow: none;
    }
    
    .widget_nav_menu ul li a::before, .widget_meta ul li a::before, .widget_pages ul li a::before {
      content: "";
    }

    Hope this helps.

    Cheers!

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