Home › Forums › Winning Agent Pro Theme › Changing link color
Tagged: css code, hover color
- This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago by
Chaseaidan.
- AuthorPosts
- April 6, 2015 at 1:36 pm #4481
Chaseaidan
ParticipantI changed the hover color in my primary navigation bar to gray, which turned my linked phrases on all of my pages and posts gray too. I tried separating the CSS code for several hours in the below section, but was unsuccessful.
.wap-custom a,
.wap-custom .custom-title,
.wap-custom .genesis-nav-menu a:hover,
.wap-custom .entry-title a:hover,
.wap-custom .site-footer a:hover {
color: #1c1c1cAny help would be greatly appreciated it.
- April 13, 2015 at 2:27 pm #4489
Ginger Coolidge
ParticipantHi there, glad to help, can you share your site link so I can offer specific examples?
- April 13, 2015 at 2:28 pm #4490
Chaseaidan
ParticipantThanks Ginger, http://wellingtonhomesforrent.com/
- April 13, 2015 at 3:38 pm #4493
Ginger Coolidge
ParticipantWhat color did you want those “continued reading” links and your footer hover after the primary nav is separated?
- April 13, 2015 at 3:41 pm #4494
Chaseaidan
ParticipantPurple
- April 13, 2015 at 5:16 pm #4495
Ginger Coolidge
ParticipantThis should work
This is the dark gray for the nav
.wap-custom .genesis-nav-menu a:hover { color: #1c1c1c }
This is still purple
.wap-custom a, .wap-custom .custom-title, .wap-custom .entry-title a:hover, .wap-custom .site-footer a:hover { color: #643C87 ; }
- April 13, 2015 at 5:20 pm #4496
Chaseaidan
ParticipantThank worked, thank you so much!
- AuthorPosts
- You must be logged in to reply to this topic.