Tagged: x
-
AuthorPosts
-
April 21, 2016 at 11:21 am #893956
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/home/contact/ how do I decrease the spacing between jake@tablerockkennels.com and Boise, Idaho?
Also, how do I get rid of the white hover effect on the navbar? I want to keep the navbar and footer menus white with just a blue hover effect but not both a blue hover effect and a white bar above each page on the navbar when hovered or clicked.
Thank you,
Jacob
April 21, 2016 at 8:00 pm #894552
John EzraMemberHi Jacob,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.page-id-15 h4:nth-child(4) { margin-top:0; } .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, .x-navbar .desktop .sub-menu a:hover, .x-navbar .desktop .sub-menu .x-active > a, .x-navbar .desktop .sub-menu .current-menu-item > a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav .x-active > a, .x-navbar .mobile .x-nav .current-menu-item > a { box-shadow: none; }Hope this helps – thanks!
April 21, 2016 at 9:16 pm #894628
jsjmccrackenParticipantThank you!
On http://www.tablerockkennels.com/home/contact/ how do I move jake@tablerockkennels.com up?
April 22, 2016 at 7:05 am #895227
John EzraMemberHi there,
Thanks for updating the thread! Please find this snippet of CSS from the last reply:
.page-id-15 h4:nth-child(4) { margin-top:0; }Then update it to this:
.page-id-15 h4:nth-child(2), .page-id-15 h4:nth-child(4) { margin-top:0; }Hope this helps – thanks!
April 22, 2016 at 8:36 am #895368
jsjmccrackenParticipantThis is helped thank you!
I tried:
.page-id-15 h4:nth-child(3) {
margin-top:0;
}but that didn’t work so asked the question.
How did you know it was child(2)?
April 23, 2016 at 1:08 am #896308
FriechModeratorHi There,
Sorry, lets use a different approach. The
jake@tablerockkennels.comand Boise, Idaho are custom headline, yes? Please add a class mvn to each of this headline, this should remove there default margins which is causing a big gaps in between.Hope it helps, Cheers!
April 25, 2016 at 9:17 am #898665
jsjmccrackenParticipantThank you for the help!
April 25, 2016 at 12:56 pm #899010
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-893956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
