Tagged: x
-
AuthorPosts
-
November 20, 2016 at 7:48 pm #1264777
piexecParticipanton the children of Products, how can I get those links to change to color #333 on hover?
Thanks in advance.
November 20, 2016 at 11:12 pm #1264884
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-navbar .desktop .sub-menu li > a:hover { color: #333; }Hope this helps.
Cheers!
November 28, 2016 at 11:01 am #1273427
piexecParticipantIt does. How about also changing the background of the hovered area to Red?
November 28, 2016 at 11:35 am #1273456
ThaiModeratorHi There,
Please update the previous CSS to this:
.x-navbar .desktop .sub-menu li > a:hover { color: #ccc; background: #ce0303; }Hope it helps 🙂
November 30, 2016 at 10:03 am #1276127
piexecParticipantPerfect! How can I add a little left padding to the sub menu items so the red is not right on the edge of the text?
November 30, 2016 at 10:12 am #1276134
JoaoModeratorHi There,
Your site seems to be out at the moment, so it is hard to give you a tailored solution, but try:
.x-navbar .desktop .sub-menu padding: 10px; }Hope that helps
Joao
December 1, 2016 at 11:14 am #1277622
piexecParticipantsorry. The live site is now at: http://maddogtransmissions.com/
I added that, but the red background is still up against the text.
December 1, 2016 at 11:36 am #1277652
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.desktop .sub-menu li>a { padding: 0.5em 10px !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1264777 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
