Tagged: x
-
AuthorPosts
-
January 12, 2017 at 11:35 am #1327466
brendanduggan11ParticipantHi There,
I would like to add a logo to the left side of the navbar that only appears when the the page has been scrolled down and the nav bar has turned solid.
my site: http://www.sunshinesalsatours.com
ex: http://specialagent.apps-1and1.net
Also I cant get the easing to work. I would like to ease into the solid nav bar over 1 or 2 seconds much like the example site.
Thank You
January 12, 2017 at 12:32 pm #1327537
JoaoModeratorHi There,
You have some customization hiding the logo bar I believe, you can remove that, and go to Appereance > Customizer > Header and select Inline instead of stacked.
Hope it helps
Joao
January 12, 2017 at 2:45 pm #1327709
brendanduggan11ParticipantYep , that worked. Now I would like to keep it transparent until I scroll down and it will come in with the rest of the navbar.
January 12, 2017 at 6:14 pm #1327927
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.x-brand.img {display: none;} .x-navbar-fixed-top .x-brand.img {display: block;}Thanks.
January 13, 2017 at 10:00 am #1328866
brendanduggan11ParticipantAwesome, now to remove it from the mobile menu and only show it in desktop mode.
Thanks,
January 13, 2017 at 12:18 pm #1329038
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
@media only screen and (max-width: 800px) { .x-brand.img {display: none;} .x-navbar-fixed-top .x-brand.img {display: block;} }Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1327466 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
