Tagged: x
-
AuthorPosts
-
May 25, 2016 at 11:44 am #1009374
EricParticipantHi I have a client that wants to change one link in the main nav to be a different color or bold. Is this possible?
May 25, 2016 at 12:50 pm #1009508
Prasant RaiModeratorHello Eric,
Thanks for writing in!
Yes, its very much possible. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
May 25, 2016 at 3:06 pm #1009734
EricParticipantThis reply has been marked as private.May 25, 2016 at 3:24 pm #1009756
RahulModeratorHey Eric,
To make a menu item bold, please use or add the code below in the Customizer > Custom > CSS.
.x-navbar .x-nav > li#menu-item-464 > a { font-weight: bold; }Notice menu-item-464. That is the ID of your menu item. To get that, right click on the menu item and select Inspect Element using Google Chrome browser (see menu-item-464).
Thanks.
May 26, 2016 at 4:48 am #1010752
EricParticipantAwesome. Thank you!!
May 26, 2016 at 5:30 am #1010807
RahulModeratorYou are most welcome!
May 26, 2016 at 5:32 am #1010808
LelyModeratorYou’re welcome Eric!
Cheers!
May 27, 2016 at 1:23 pm #1013301
EricParticipantThanks again for your support. One last question about the navigation. She has a very word nav bar and I would like for it to break to the mobile nav button before 980 pixels. I have added what I found in the forum here, but it didnt work. Is there something else I can do?
This is what I added and didn’t change anything:
@media (max-width: 1070px){ <— this is probably a good width to change to.
.x-nav-wrap.desktop{
display:none
}.x-nav-wrap.mobile{
display:block
}.x-nav-wrap.mobile.collapse{
display:none
}.x-nav-wrap.mobile.collapse.in{
display:block
}.x-btn-navbar {
display: inline-block;
}.x-navbar-inner {
text-align: center;
}}
May 27, 2016 at 3:54 pm #1013490
JoaoModeratorHi There,
Please try using this code instead:
@media (max-width: 1024px) { .x-navbar {width: auto;} .x-navbar-fixed-left {border-right: 0;position: relative;} .x-navbar-fixed-left .x-brand {float: left;} body.x-navbar-fixed-left-active {padding: 0;} .masthead-inline .x-btn-navbar.collapsed, .x-btn-navbar {display: block;float: right;margin-right: 25px;} .x-nav-wrap.desktop {display: none;} .x-nav-wrap.mobile {padding-left: 60px;padding-right: 60px;} .x-nav-wrap.mobile.collapse.in {display: block;} }Hope that helps,
Joao
May 28, 2016 at 6:20 am #1014270
EricParticipantWorked! Thank you!
May 28, 2016 at 7:06 am #1014299
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1009374 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
