Tagged: x
-
AuthorPosts
-
February 24, 2017 at 8:21 pm #1385022
SuperParticipantThanks for all your help on this.
That works great.If I wanted to replace the hero image with a rev slider. How would I do this and still keep the slider overlaying the nav bar as the hero image currently is?
February 25, 2017 at 1:43 am #1385189
SuperParticipantThis reply has been marked as private.February 25, 2017 at 2:01 am #1385195
Rue NelModeratorHello There,
Thanks for updating in!
#1] To get rid of the mobile menu and show the menu by default, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
.x-navbar .mobile .x-nav li a { color: green; } .masthead-inline .x-btn-navbar, body .x-btn-navbar, body .x-btn-navbar:hover { display: none; } body .x-nav-wrap.mobile { display: block !important; }#2] To center the logo and the menu links, you can make use of this code:
@media(max-width: 767px){ body .x-brand.img { float: none; text-align: center; width: 100%; background-color: rgba(0,0,0,0.65) } .x-navbar .mobile .x-nav li a { text-align: center; } #x-menu-item-phone a { padding-top: 12px; } }#3] It is already fixed when adding the code in #2.
Please let us know how it goes.
February 27, 2017 at 8:54 pm #1388188
SuperParticipantThis reply has been marked as private.February 28, 2017 at 4:40 am #1388536
ChristopherModeratorHi there,
No problem. You can set slider below masthead, see : https://community.theme.co/kb/sliders
Hope it helps.
March 1, 2017 at 12:45 am #1389821
SuperParticipantThis reply has been marked as private.March 1, 2017 at 12:47 am #1389824
SuperParticipantThis reply has been marked as private.March 1, 2017 at 3:57 am #1389992
ChristopherModeratorHi there,
Please find this code :
body .x-nav-wrap.mobile { display: block !important; } .x-navbar .mobile .x-nav li a { color: green; }And update it to :
@media (max-width:979px){ body .x-nav-wrap.mobile { display: block !important; } header.masthead.masthead-inline { height: 0; } .x-navbar .mobile .x-nav li a span { color: #000 !important; } }If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Hope it helps.
March 1, 2017 at 4:21 am #1390023
SuperParticipantThis reply has been marked as private.March 1, 2017 at 4:44 am #1390037
SuperParticipantThis reply has been marked as private.March 1, 2017 at 6:15 am #1390138
LelyModeratorHi There,
See attached screenshot of what I am seeing at the moment.
1.) Hamburger menu is already hidden
2.) The logo is centered too.
3.) To avoid the menu from overlapping the site content, please update this custom CSS:@media (max-width:979px){ body .x-nav-wrap.mobile { display: block !important; } header.masthead.masthead-inline { height: 0; } .x-navbar .mobile .x-nav li a span { color: #000 !important; } }To this:
@media (max-width:979px){ body .x-nav-wrap.mobile { display: block !important; } .x-navbar .mobile .x-nav li a span { color: #000 !important; } }4.) The links are centered too
Hope this helps.
March 1, 2017 at 5:28 pm #1391049
SuperParticipantThis reply has been marked as private.March 2, 2017 at 1:02 am #1391486
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px) { .x-brand.img { display:block; background:url(https://gadalladental.supernormaldesign.com/wp-content/uploads/2017/02/Gadalla-Dental-Logo-Black-1.png) top left no-repeat; width:200px; height:78px; background-size:contain; } .x-brand img { display:none; } }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1269114 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
