Tagged: x
-
AuthorPosts
-
October 24, 2016 at 2:58 pm #1228827
piexecParticipantNeed a little help…
How do I keep the mega menu at full width, but yet keep the logo to the left, and the Navigation off the to right as in a normal inline header layout?
Thanks in advance!
October 24, 2016 at 3:00 pm #1228829
piexecParticipantNevermind. I figured it out.
Next question… How do I remove the RED BOX from “Services” when clicked?
Thanks in advance!
October 24, 2016 at 9:41 pm #1229226
piexecParticipantScreenshot attached.
October 24, 2016 at 10:10 pm #1229243
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus { outline: none !important; }Thanks.
October 25, 2016 at 6:42 pm #1230628
piexecParticipantGreat! Thank you.
Next question…
1. How can I get the mobile nav to look better. Not red and hamburger like original X-Theme button
2. How can I get the logo to have some bottom padding so it doesn’t sit right on the edge.Thank you in advance!
October 26, 2016 at 1:42 am #1230971
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: block; float: right; margin-top: 15px; border-radius: 5px; color: #333; background-color: #777; box-shadow: inset 0 0 0 transparent,0 1px 5px rgba(0,0,0,0.25); } a.x-brand.img { margin-top: 5px; } }Hope that helps.
October 26, 2016 at 11:46 am #1231828
piexecParticipantAbsolutely awesome!
How can I also change the Hover and Non-Hover colors of the Grill and Menu font?
October 26, 2016 at 1:59 pm #1232009
JadeModeratorHi there,
Please use the following code:
/* Non Hover */ .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { color: #fff; background: #1f2c39; } /* Hover */ .ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { color: #1f2c39; background: #e8ca6f; }Hope this helps.
October 26, 2016 at 7:02 pm #1232272
piexecParticipantSorry. I was referring to this section in mobile only. It didnt change that part.
October 27, 2016 at 12:07 am #1232660
RadModeratorHi there,
Please change it to this
@media screen and (max-width: 959px){ .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: block; float: right; margin-top: 15px; border-radius: 5px; color: #333; background-color: #777; box-shadow: inset 0 0 0 transparent,0 1px 5px rgba(0,0,0,0.25); } .ubermenu-responsive-toggle:hover, .ubermenu-sticky-toggle-wrapper:hover { color: #fff; background-color: #999; } a.x-brand.img { margin-top: 5px; } }And change its color accordingly.
Cheers!
October 27, 2016 at 6:10 pm #1233920
piexecParticipantMaking serious progress here…
Now I just need to get the logo and the menu button centered in the header area instead of flush to the top and I’m all set.
October 28, 2016 at 1:33 am #1234339
Rue NelModeratorHello There,
Thanks for the updates and for the screenshot. To get the logo and the menu button centered in the header area instead of flush to the top, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media(max-width: 979px){ .x-navbar-inner { min-height: 30px; padding-top: 10px; padding-bottom: 20px; } }Hope this helps. Please let us know how it goes.
October 29, 2016 at 5:31 pm #1236203
piexecParticipantPerfect!!! 🙂
October 30, 2016 at 3:05 am #1236433
RadModeratorGlad to hear that! 😉
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1228827 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
