Tagged: x
-
AuthorPosts
-
April 26, 2016 at 8:53 pm #901299
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/ how do I change the hover color for each page in the navbar? Right now the hover effect for every page is green but I would like to know how to change the hover effect for each page to a different color if desired.
Thank you!
Jacob
April 27, 2016 at 8:53 am #902183
Paul RModeratorHi Jacob,
You can add this under Custom > Edit Global CSS in the Customizer.
/* Home */ .x-navbar .desktop .x-nav > li.menu-item-275 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-275 > a { color:red; } /* Puppies */ .x-navbar .desktop .x-nav > li.menu-item-34 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-34 > a { color:red; } /* Shipping */ .x-navbar .desktop .x-nav > li.menu-item-221 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-221 > a { color:red; } /* Our Girls */ .x-navbar .desktop .x-nav > li.menu-item-30 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-30 > a { color:red; } /* Studs */ .x-navbar .desktop .x-nav > li.menu-item-31 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-31 > a { color:red; } /* Videos */ .x-navbar .desktop .x-nav > li.menu-item-32 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-32 > a { color:red; } /* Contact */ .x-navbar .desktop .x-nav > li.menu-item-33 > a:hover, .x-navbar .desktop .x-nav > .current-menu-item.menu-item-33 > a { color:red; }Change red with the color that you like.
Hope that helps.
April 27, 2016 at 9:35 am #902269
jsjmccrackenParticipantThank you! This is perfect 🙂
April 27, 2016 at 11:14 am #902492
jsjmccrackenParticipantActually…
I thought the code to change the footer would be to replace .x-navbar with .x-colophon-bottom but that didn’t work. How do I do the same thing for the footer menu as well as change it to lower case?
Thank you!
April 27, 2016 at 3:55 pm #903019
JoaoModeratorHi there
Please try using the following code
.x-colophon.bottom .x-nav li.menu-item-34 > a { color:green; } .x-colophon.bottom .x-nav li.menu-item-221 > a { color:green; } .x-colophon.bottom .x-nav li.menu-item-30 > a { color:green; } .x-colophon.bottom .x-nav li.menu-item-31 > a { color:green; } .x-colophon.bottom .x-nav li.menu-item-32 > a { color:green; } .x-colophon.bottom .x-nav li.menu-item-33 > a { color:green; }Just substitute green for your valoride color like Red or #ffffff
Hope that helps!
Thanks,
Joao
April 27, 2016 at 4:12 pm #903044
jsjmccrackenParticipantThe hover effect is working great, thank you!
How do I change the page links to lower case: I thought: text-transform: lowercase; would work but it changes every letter to lower case when I would like the first letter to be uppercase. The page links in the footer are currently all in uppercase and I would like the first letter uppercase but the rest in lower case for each page link.
April 27, 2016 at 4:24 pm #903062
jsjmccrackenParticipantI got the uppercase figured out. The code is:
.x-colophon.bottom .x-nav li.menu-item-34 > a {
text-transform: capitalize;
}Thank you for the help! This thread is now resolved 🙂
April 28, 2016 at 5:07 am #903827
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-901299 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
