Tagged: x
-
AuthorPosts
-
July 8, 2016 at 4:16 pm #1078475
truaxbrandingcoParticipantHey there guys!
You’ve been such a great help thank you for getting back to me.
So the drop down menu for destinations on my site is coming from the top bar. I would like it to come from the nav and stay transparent just as the nav is.
Thank you!
July 8, 2016 at 11:06 pm #1078872
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
ul.sub-menu { top: 92px !important; background: #7fbddd !important; opacity: 0.6; }Thanks.
July 12, 2016 at 2:09 pm #1083620
truaxbrandingcoParticipantWorked perfectly thank you! Can you tell me how to remove the bar that appears when you hover over a link?
July 12, 2016 at 5:50 pm #1083875
JadeModeratorHI there,
Please add this link for that:
.x-navbar .desktop .x-nav > li > a:hover { box-shadow: none; }Hope this helps.
July 13, 2016 at 12:00 pm #1085222
truaxbrandingcoParticipantHi Jade!
Thank you for your reply. It works when you hover over destinations but when you hover over the other links the bar appears over destinations.
Thank you!
Best,
Nate
July 13, 2016 at 9:25 pm #1086088
RadModeratorHi there,
Please update your CSS to this,
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > li.x-active > a:hover { box-shadow: none !important; }Hope this helps.
July 19, 2016 at 5:41 pm #1094286
truaxbrandingcoParticipantHey Rad
No unfortunately the button is just permanently clicked now. I just need the menu to not have the bar when scrolling over the links.
I also have a couple other problems:
1. In mobile mode the menu overlaps.
2. I do not want drop down menus to be transparent and I want them to be white.Thank you guys you’re the best!
July 20, 2016 at 12:39 am #1094804
ChristopherModeratorHi there,
Please find and remove this code :
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > li.x-active > a:hover { box-shadow: none !important; }No unfortunately the button is just permanently clicked now. I just need the menu to not have the bar when scrolling over the links.
I’m sorry but it’s not possible. You can remove active state box shadow if you want.
Find this code :
.x-topbar { background-color: rgba(255, 255, 255, 0.5); position: absolute; width: 100%; border-bottom: 0; }And update it to :
.x-topbar { background-color: rgba(255, 255, 255, 0.5); width: 100%; border-bottom: 0; } @media (min-width:979px){ .x-topbar { position: absolute; } } .x-navbar .mobile .x-nav li>a { background-color: white; }Hope it helps.
July 20, 2016 at 11:29 am #1095523
truaxbrandingcoParticipantIt sure did thank you!
As for the box shadow how can I get that off? Also, now the box shadow seems to permanently highlight on the main page.
July 20, 2016 at 11:48 am #1095553
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none; }Hope it helps
Joao
August 14, 2016 at 4:31 pm #1131030
truaxbrandingcoParticipantHey guys!
So for some reason the drop down menu stopped falling below the actual menu. If you go to the site you can see that it pops up in random places. Is there some conflicting CSS? Please help!
Thanks
August 14, 2016 at 9:25 pm #1131294
Rue NelModeratorHello There,
Thanks for the updates! The issue happens because you have set the navbar top height in the customizer to zero (http://prntscr.com/c5squu). To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .desktop .x-nav > li ul { top: 112px; }And most importantly, I have find out that you have inserted an invalid html code in your topbar content. Please take note that invalid html code could potentially messed up your page layout sooner or later. Please update your topbar content and make use of this code instead:
<font size="4">FRIENDLY, HELPFUL ADVICE | <b><a href="tel:+1-800-821-2176">PHONE: 800.821.2176 |</a></b><b><a href="sms:/* +1-9562383761 */&body=/* body text here */"> TEXT: 956.238.3761 |</b><b><a href="http://www.gwinertiatours.com"> LOG IN</a></b></font>You code is already deprecated. I am to use something like your code, I would have use this:
<span> FRIENDLY, HELPFUL ADVICE | <strong><a href="tel:+1-800-821-2176">PHONE: 800.821.2176</a></strong> | <strong><a href="sms:/* +1-9562383761 */&body=/* body text here */"> TEXT: 956.238.3761</a></strong> | <strong><a href="http://www.gwinertiatours.com"> LOG IN</a></strong> </span>Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1078475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
