Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1409628
    bbq797
    Participant

    Hi folks,

    I’ve got part of the way there, but could use a little help:

    I’m trying to replace the Primary Menu w/a different menu:

    In _nav-primary.php, I’ve replaced most of the code w/

    <link href=’http://fonts.googleapis.com/css?family=Source+Sans+Pro&#8217; rel=’stylesheet’ type=’text/css’>
    <link href=’http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&#8242; rel=’stylesheet’ type=’text/css’>
    <div id=”wrapper”>
    <ul class=”nav”>
    <li class=”hm”>

    <span>Home</span>

    <li class=”fb”>

    <span>Test 1</span>

    <li class=”gp”>

    <span style=”font-size:20px”>Test 2</span>

    <li class=”tw”>

    <span>Test 3</span>

    <li class=”cl”>

    <span>Test 4</span>

    </div>

    BUT…when I do that, I seem to lose the mobile menu– the icon selector is there, but the selections disappear. I’m learning CSS (w/a little help from friend), but can’t seem to figure out the rest which is how do I keep this menu that I’m using while still keeping the selections for mobile menu?

    Would appreciate any help you can give! Thanks.

    Site credentials to follow…

    #1409632
    bbq797
    Participant
    This reply has been marked as private.
    #1409638
    bbq797
    Participant

    Actually, now the selection is there w/mobile menu, but so is the regular menu…how can I have it so that the regular menu does not show in mobile view? Thanks.

    #1409931
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media(max-width: 969px) {
    #wrapper {
      display: none;
    }}

    Hope it helps

    Joao

    #1410047
    bbq797
    Participant

    Duh…@media I should have been able to figure that out 😲

    Thank you!

    #1410591
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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