Tagged: x
-
AuthorPosts
-
March 16, 2017 at 9:25 am #1409628
bbq797ParticipantHi 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’ rel=’stylesheet’ type=’text/css’>
<link href=’http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700′ 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…
March 16, 2017 at 9:27 am #1409632
bbq797ParticipantThis reply has been marked as private.March 16, 2017 at 9:31 am #1409638
bbq797ParticipantActually, 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.
March 16, 2017 at 12:55 pm #1409931
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
@media(max-width: 969px) { #wrapper { display: none; }}Hope it helps
Joao
March 16, 2017 at 2:25 pm #1410047
bbq797ParticipantDuh…@media I should have been able to figure that out 😲
Thank you!
March 16, 2017 at 10:07 pm #1410591
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1409628 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
