Tagged: x
-
AuthorPosts
-
January 30, 2017 at 9:22 pm #1351723
barnettbailbondsParticipantIs there a way to change the nav bar current page indicator? Instead of the faint colored circle around “home” for example, can I change it to the “Home” with a bold underline? Would like the bold underline to be this color (Hex#aa710a).
I prefer that one but If it is not possible, then I will settle with just having darker ovals around the selected menu items and also when they hover, just as it is now, just darker.January 30, 2017 at 9:23 pm #1351724
barnettbailbondsParticipantThis reply has been marked as private.January 31, 2017 at 2:44 am #1351945
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-navbar .desktop .x-nav>li>a>span { border: none; border-radius: 0; } .x-navbar .desktop .x-nav>li>a:hover>span,.x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border-bottom: 1px solid #aa710a; }Hope that helps.
January 31, 2017 at 8:59 am #1352309
barnettbailbondsParticipantHello, thank you all for the continued assistance but that code didn’t work. I tried to put in only half of the code just to make the circle borders disappear and that didn’t work either. please help.
Thank you!January 31, 2017 at 10:11 am #1352402
ThaiModeratorHi There,
You forgot to close the curly bracket(}) in your custom CSS. Please find this CSS:
@media only screen and (max-width: 767px) { .x-topbar { position: relative; } .x-topbar .x-btn { display: block; float: none; margin: 10px auto !important; max-width: 200px; width: 100%; }And change to this:
@media only screen and (max-width: 767px) { .x-topbar { position: relative; } .x-topbar .x-btn { display: block; float: none; margin: 10px auto !important; max-width: 200px; width: 100%; } }Hope it helps 🙂
January 31, 2017 at 10:51 am #1352463
barnettbailbondsParticipantThanks for the help! Worked perfectly!!
How can I highlight a hovered item in the drop down menu?
something along the lines of this demo site. http://demo.theme.co/integrity-9/
I would like my locations tab and case status tab to look like the drop down menu for home tab looks in demo site please.
January 31, 2017 at 2:18 pm #1352712
JadeModeratorHi there,
Please use this CSS code:
.desktop .sub-menu a:hover { text-decoration: none; background-color: rgba(0,0,0,0.0175); }Hope this helps.
January 31, 2017 at 2:18 pm #1352713
JadeModeratorHi there,
Please use this CSS code:
.desktop .sub-menu a:hover { text-decoration: none; background-color: rgba(0,0,0,0.0175); }Hope this helps.
February 2, 2017 at 8:53 am #1355263
barnettbailbondsParticipantThanks! That did the trick!
lastly with the drop down menu, how do you erase the padding or spacing that is above the first and last item in the drop down menu. For example, in my two drop down menus there is spacing ABOVE general district court, and Hampton bail bonds, and spacing or padding BELOW Virginia Beach bail bonds and Juvenile and Domestic relations.February 2, 2017 at 11:39 am #1355472
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > custom > CSS
.masthead-inline .x-navbar .desktop .sub-menu { padding: 0; }Hope it helps
Joao
February 2, 2017 at 12:06 pm #1355492
barnettbailbondsParticipantAwesome! Thanks Joao!
February 2, 2017 at 12:26 pm #1355524
Prasant RaiModeratorYou are most welcome. 🙂
February 2, 2017 at 4:33 pm #1355838
barnettbailbondsParticipantHello again, how can i adjust the height of my buttons in the top bar. I would like the three gold buttons to come down some. Pretty much want the buttons Centered vertically. Thanks in advanced!
February 2, 2017 at 11:13 pm #1356294
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-topbar .x-btn.x-btn-small { margin-top: 5px; }Hope that helps
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1351723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
