Tagged: x
-
AuthorPosts
-
October 4, 2016 at 8:52 am #1201940
Samantha EParticipantHello – what is the code to remove a specific page from the mobile navigation? It is appearing as “LOGO” on my phone.
Thank you!
October 4, 2016 at 8:52 am #1201944
Samantha EParticipantThis reply has been marked as private.October 4, 2016 at 8:54 am #1201948
Samantha EParticipantAlso – it just hit me. I would like the logo that I moved to the center navigation to show in the logo spot on the mobile.
So in turn on a computer screen it would show as centered in the navigation – already completed
On the mobile it would show in the actual logo section and not at all in the menu – in turn, what is the code to hide a logo on the computer screen so that it only shows when on a mobile screen?
October 4, 2016 at 9:40 am #1202026
JoaoModeratorHi There,
Please add the followiung code to Appereance > Customizer > Custom > CSS
.x-nav-wrap .menu-item-21399 { display: none; }Hope it helps
Joao
October 4, 2016 at 10:03 am #1202074
JoaoModeratorHi There,
Please add the followiung code to Appereance > Customizer > Custom > CSS
.x-nav-wrap .menu-item-21399 { display: none; }Hope it helps
Joao
October 4, 2016 at 2:02 pm #1202413
Samantha EParticipantI think there is some confusion:
the code above hides the menu item all together – i only need it hidden in the mobile view.
also, if i add a logo in the actual logo section and not on the navigation to the computer view so that i show it on the mobile view – how can i hide it on the computer view?
October 4, 2016 at 2:20 pm #1202445
JoaoModeratorHi Samantha,
My bad 🙂
Use this code instead :
.x-navbar .mobile .menu-item-21399 { display: none; }And To remove the logo just from desktop version but keep on mobile versions add:
@media(min-width: 980px) { .x-brand img { display: none; } }Hope that helps
Joao
October 5, 2016 at 10:30 am #1203562
Samantha EParticipantThat did the trick! Super confusing question so thank you for your help 🙂
It looks great now because you do not see “logo” listed on the menu when its on the phone, but see the actual logo still in the logo section
October 5, 2016 at 10:50 am #1203591
JoaoModeratorI totally agree that is the way to go!
Let us know if you need help with anything else.
joao
October 10, 2016 at 12:52 pm #1210239
Samantha EParticipantHello, do you know why the navigation menu is so far away from the logo? there is at least an inch of space – just looks weird – login info above in this chat
October 10, 2016 at 2:29 pm #1210373
RahulModeratorHey There,
Thanks for writing back!
You can change the width of the logo container to minimize the space between the navigation menu and the logo. See attached!
To change it, go to Dashboard>>>Customize>>Custom>> Edit with Global CSS
Hope this helps.
October 20, 2016 at 8:37 pm #1224753
chadingelsParticipantHey, thanks for the bit of code to remove logo from the desktop. Just what I was looking for.
October 20, 2016 at 11:11 pm #1224926
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1201940 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
