This topic has 15 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
I know how to change the color of nav links and the hover color but not sure how to add css code to change the visited link color. I want the nav link color to be green once clicked. Of course I may change that in the future but not sure how to do it.
Hello,
To change the color of navigation items when they are visited add the following code in custom css (Theme Options -> Custom CSS -> Global Custom CSS)
.menu-main-container ul li.current-menu-item a{
color: #278e1c;
}
awesome. I have another question, unrelated to this, do I need to start a new thread/ticket?
In case I don’t I’ll put the video link here showing what I need. If I must create a new ticket let me know. Thx!
https://www.dropbox.com/s/5t9l39xlt88xkn9/gap%20reduced.mp4?dl=0
just remembered one thing I forgot to add.
This screenshot shows it: https://www.dropbox.com/s/phip3228x99kn8z/headerheight.jpg?dl=0
Hello,
Please try to add this code in Global Custom CSS.
.header-type-16 .main-header > .container .navbar{
padding: 0px 0px;
}
Regards,
Robert Hall
not sure if that code was to reduce header height or the nav height. either way, I inserted that code and saw no change on either. I even altered the 0px 0px part and added and removed numbers and saw no change
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Is there any update on this as it has been 4 days? I added the wp admin details twice to the Private Content field yet no reply.
I appreciate your help. Thanks
Hello,
Sorry, but we don’t received the wp-admin credentials in Private Content.
Regards,
Robert Hall
Ok, I have posted the admin login details once again in the private content section.
I’ve added the code above. Please check it.
Regards,
Robert Hall
Ok, that worked. Thanks. I had one previous unresolved query. I’ve attached a screenshot to show what I need:
Hello,
Try to play with margin value that you’ve added in the Child Theme.
.wpb_single_image.anim-img {
margin: 10%;
}
Regards,
Robert Hall
Perfect, I’m set now thanks for the help!
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: change, linkcolor, navigation, persuasive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up