Tagged: x
-
AuthorPosts
-
August 26, 2016 at 1:03 pm #1148590
EricParticipantHi Guys,
I cannot get the nav bar transparent on this site. I have done this on a couple of other projects, but something is weird about this one.
I’m using this css:
.x-navbar {
background: transparent !important;
transition: 0.2s all linear;
}You guys have any ideas?
August 26, 2016 at 1:04 pm #1148591
EricParticipantThis reply has been marked as private.August 26, 2016 at 2:40 pm #1148699
JoaoModeratorHi There,
It is transparent.
Your background is white,
You can test it by adding the following code to Appereance Customizer Custom CSS, this will pull your slider under the navbar.
.home .x-slider-container { margin-top: -150px; }Let us know if you need further help,
Joao
August 26, 2016 at 2:54 pm #1148711
EricParticipantPerfect that worked. Thanks!
August 26, 2016 at 3:15 pm #1148735
EricParticipantWhat would I use on the interior pages?
Thanks!
August 26, 2016 at 3:30 pm #1148755
EricParticipantNevermind. Got it!
August 26, 2016 at 4:00 pm #1148789
JoaoModeratorHi Eric,
Thanks for letting us know,
Have a great weekend!
Joao
August 27, 2016 at 9:10 am #1149642
EricParticipantThanks – I have one last question. The mobile menu when click seems to push the slider down, creates a white background and you can’t see half the menu items. I have this exact setup on my site, but it doesn’t push the slider down. Can you take a look at this?
August 27, 2016 at 9:11 am #1149643
EricParticipantThis reply has been marked as private.August 27, 2016 at 11:36 am #1149767
LelyModeratorHello Eric,
That is because this site https://simplelogicdigital.com/ menu is set to be FIXED TOP. When menu is set to be static, the content below will adjust move below it as you open and closed the navbar menu. It just appears a little behind because of this custom CSS:
.home .x-slider-container { margin-top: -150px; }You might try also adding this if you still want your slider behind the menu on mobile:
@media (max-width: 979px){ .home .x-slider-container { margin-top: -558px; } }Hope this helps.
August 28, 2016 at 8:01 am #1150448
EricParticipantThanks for getting back to me. It kind of helped. I made the header fixed like my SimpleLogic site with a transparent header as you scroll down the site. But on mobile the slide stays put until it gets to certain size, then drops down still.
What else can I do?
Thanks for your support!!
August 28, 2016 at 8:36 am #1150467
ChristianModeratorHey Eric,
Can you give us a screen recording so we could better see the issue?
Thanks.
August 28, 2016 at 9:05 am #1150491
EricParticipantI got it figured out. I just copied and pasted the CSS from the SimpleLogic site and it worked. I think there was some extra CSS in there that wasn’t necessary conflicting with what the site do could automatically.
Thanks again!
August 28, 2016 at 9:12 am #1150498
ThaiModeratorGlad you’ve sorted it out.
If you need anything else, please let us know 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1148590 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
