Tagged: x
-
AuthorPosts
-
August 4, 2016 at 1:57 pm #1117708
tucker_mParticipantThis question seems to be asked a lot but none of the solutions in the other posts have helped me here. I’m looking to get my footer menu colors fixed. First, I’m looking to get my footer menu hover colors changed. Secondly, I’m looking to get the “slashes” colors (HOME / SERVICES / etc) that sit between each menu item changed as well. Thank you!
August 4, 2016 at 1:58 pm #1117709
tucker_mParticipantThis reply has been marked as private.August 4, 2016 at 2:48 pm #1117791
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-colophon.bottom .x-nav li a { color: red; } .x-colophon.bottom .x-nav li a:hover { color: green; } .x-colophon.bottom .x-nav li:before { color: white; }And adjust the colors according to your desire.
Hope it helps
Joao
August 4, 2016 at 3:05 pm #1117811
tucker_mParticipantThanks for the quick response. For some reason, the hover changed but it isn’t changing to the color I’m choosing. I have a color code in there for an orange and the hover is now grey? Also, the slashes never changed color.
August 4, 2016 at 6:14 pm #1117988
JoaoModeratorHi There,
Try >
.x-colophon.bottom .x-nav li a {
color: !important red;
}
.x-colophon.bottom .x-nav li a:hover {
color: !important green;
}.x-colophon.bottom .x-nav li:before {
color: !important white;
}Hope it helps
Joao
August 4, 2016 at 6:54 pm #1118012
tucker_mParticipantThat’s weird, it’s still not changing anything. I’ve cleared the cache and tried the site in different browsers with no luck. I attached a screenshot with the code and the hovered mouse to show.
August 4, 2016 at 11:51 pm #1118438
FriechModeratorHi There,
Sorry, there is a syntax error on the css code provided above. Please update it to this instead.
.x-colophon.bottom .x-nav li a, .x-colophon.bottom .x-nav li:before { color: yellow; } .x-colophon.bottom .x-nav li a:hover { color: red; }Feel free to change those color value.
Hope it helps, Cheers!
August 5, 2016 at 9:00 am #1118877
tucker_mParticipantThank you for your continued help on this. The following code allows me to change the color of the menu items but it does not allow me to change the “slashes”.
.x-colophon.bottom .x-nav li a, .x-colophon.bottom .x-nav li:before { color: yellow; }The code below here, still does not change the hover color for some reason. It’s getting a dark grey even though the orange color selector is in there and I have no clue where it’s getting that grey selection at.
.x-colophon.bottom .x-nav li a:hover { color: red; }August 5, 2016 at 12:32 pm #1119115
JoaoModeratorWould you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
August 5, 2016 at 12:48 pm #1119139
tucker_mParticipantThis reply has been marked as private.August 5, 2016 at 10:44 pm #1119788
FriechModerator -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1117708 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

