Tagged: x
-
AuthorPosts
-
February 10, 2017 at 1:07 pm #1366194
FlightwaveParticipantHi there,
URL and login credentials to follow.
I turned on Navbar transparency – but it doesn’t seem to be working.
This may be because I added some custom CSS that was given to me by your help team in the General Custom CSS area, but because I am not a coder – I’m not sure. Could someone look at what we have and tell me how we might be able to adjust the transparency of our top nav bar?thanks!
February 10, 2017 at 1:09 pm #1366196
FlightwaveParticipantThis reply has been marked as private.February 10, 2017 at 2:17 pm #1366271
JoaoModeratorHi There,
Please remove the following code from Appereance Customizer Custom CSS
.x-navbar,.x-colophon { background-color: #252525; }And add
.x-colophon { background-color: #252525; } .x-navbar{ border-bottom: 0; box-shadow: none; }You can change your navbar links at Appereance Customizer Header
Hope it helps
Joao
February 10, 2017 at 3:16 pm #1366351
FlightwaveParticipantHi there – thanks for the quick reply!
I tried that – and it makes the navbar completely transparent.
What would I do if I only want 10 transparency (opacity) – so that it’s mostly the same color it was, but you can slightly see things through it?
Thanks,February 10, 2017 at 3:34 pm #1366361
JoaoModeratorHi There,
Please update
.x-navbar{ border-bottom: 0; box-shadow: none; }to
.x-navbar{ border-bottom: 0; box-shadow: none; background: rgba(0,0,0,0.7); }Hope it helps
Joao
February 10, 2017 at 4:51 pm #1366428
FlightwaveParticipantthanks so much!!
February 10, 2017 at 4:56 pm #1366431
FlightwaveParticipantoops – the only problem is that now the sub-menu is all white.
Before it was the same color as the header and nav bar.
How can I have the submenu appear as the same color / transparency as the nav bar?February 10, 2017 at 4:58 pm #1366433
FlightwaveParticipantnevermind – i figured it out. had an extra bracket in there.
Cheers!February 10, 2017 at 4:59 pm #1366437
FlightwaveParticipanthowever – can I give the submenu the same transparency as the nav bar?
February 10, 2017 at 5:02 pm #1366438
FlightwaveParticipantI actually figured this out also – but now when the submenu overlays the navbar – the transparency causes a dark spot in the overlay area. Is there a way to have the submenu appear lower so it doesn’t overlay the navbar?
February 11, 2017 at 12:06 am #1366767
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-navbar .desktop .x-nav > li ul { top: 58px; }Hope that helps.
February 13, 2017 at 11:51 am #1369233
FlightwaveParticipantBrilliant!
One more question: I don’t suppose there’s a way to make the submenu appear centered below the main menu item? Currently it’s a little to the left. This is NOT a big deal to me – so if its difficult – no problem. But if it’s easy – it might look nicer.
thanks!
February 13, 2017 at 2:26 pm #1369429
Nabeel AModeratorHi again,
Try adding the following code in your Customizer:
.masthead-inline .x-navbar .desktop .sub-menu { left: -21% !important; }Let us know how this goes!
February 13, 2017 at 3:52 pm #1369584
FlightwaveParticipantAmazing – perfect – thanks!!
February 13, 2017 at 9:18 pm #1369908
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1366194 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
