Tagged: x
-
AuthorPosts
-
January 11, 2017 at 10:54 am #1325788
RhythmcitychurchParticipantHi,
Is there a way to make the nav bar transparent so the text sits over the Revolution Slider? Also can it turn a color when a person starts to scroll and then if they go back to the top it goes transparent again?
Thanks!
January 11, 2017 at 11:35 am #1325860
ThaiModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 11, 2017 at 11:55 am #1325893
RhythmcitychurchParticipantThis reply has been marked as private.January 11, 2017 at 1:00 pm #1325998
RupokMemberHi there,
Thanks for writing back. You can add this under Custom > CSS in the Customizer.
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } body .x-navbar { background-color: transparent; left: 0; position: absolute; right: 0; box-shadow: none; border: none; } body .x-navbar.x-navbar-fixed-top { background-color: rgb(44, 62, 80); position: fixed; }Hope this helps.
January 11, 2017 at 1:18 pm #1326017
RhythmcitychurchParticipantIt works!
Is there a way for it to not be transparent on a mobile device and only on desktop? Also, is there a way to stop the nav bar from being sticky on mobile and only on desktop?
Thank you for all your help!
January 11, 2017 at 4:20 pm #1326221
JadeModeratorHi there,
Please update the code to:
@media (min-width: 980px) { body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } body .x-navbar { background-color: transparent; left: 0; position: absolute; right: 0; box-shadow: none; border: none; } body .x-navbar.x-navbar-fixed-top { background-color: rgb(44, 62, 80); position: fixed; } }Hope this helps.
January 11, 2017 at 5:30 pm #1326289
RhythmcitychurchParticipantThank you for all the help.
Is there a way to not have a transparent nav bar on portfolio items? The portfolio item is bleeding into the nav bar.
Thanks
January 11, 2017 at 5:30 pm #1326290
RhythmcitychurchParticipantHere is a screen shot
January 11, 2017 at 11:07 pm #1326743
NicoModeratorHi There,
Add this in your Custom > CSS:
@media (min-width: 980px){ .single-x-portfolio header .x-navbar{ background: transparent; } .single-x-portfolio header .x-navbar { margin-top: -90px; } }Let us know how it goes.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1325788 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
