Tagged: x
-
AuthorPosts
-
August 3, 2016 at 3:58 am #1115105
wyannrosalesParticipantHi im trying to get this effect (menu header exactly the same as http://beijing.lps-china.com/)
Header menu from transparent over a revslider change color upon scrollAugust 3, 2016 at 3:58 am #1115106
wyannrosalesParticipantThis reply has been marked as private.August 3, 2016 at 6:18 am #1115244
ThaiModeratorHi There,
Please take a look at this ticket: https://community.theme.co/forums/topic/navbar-color-change-on-scroll/#post-274570.
Hope it helps 🙂
August 4, 2016 at 12:44 am #1116770
wyannrosalesParticipantThanks!! works great on desktop.
How ever having problem with the mobile view. so you have any way to fix? thanks!
August 4, 2016 at 2:27 am #1116876
Rue NelModeratorHello There,
Thanks for the updates! To resolve the issue on mobile screens, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media (max-width: 979px){ .home .x-navbar.alt-color{ position: fixed; } }We would loved to know if this has work for you. Thank you.
August 11, 2016 at 8:55 pm #1128167
wyannrosalesParticipantHi, Rue Nel!
It worked great just one problem on mobile still. It only changes color upon scrolling. I need to change the color of the background of the menu(on mobile) even if I haven’t scrolled yet. (since right now it’s transparent and the whole site background is white which makes the white text unreadable)
hope it’s not confusing.. and btw I saw the new update coming up on X with the header and nav bar customization I’m excited to mess around with that!
August 12, 2016 at 1:26 am #1128376
RadModeratorHi there,
In that case, please change that CSS to this,
@media (max-width: 979px){ .home .x-navbar.alt-color{ position: fixed; } .x-navbar { background-color: #0e293d !important; } }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1115105 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
