Change visited linkcolor on navigation - by shivas-irons

This topic has 15 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Robert Hall

  • Avatar: shivas-irons
    shivas-irons
    Participant
    August 3, 2016 at 05:54

    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.

    14 Answers
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    August 3, 2016 at 09:59

    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;
    }
    Avatar: shivas-irons
    shivas-irons
    Participant
    August 3, 2016 at 17:54

    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

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 3, 2016 at 17:59

    just remembered one thing I forgot to add.

    This screenshot shows it: https://www.dropbox.com/s/phip3228x99kn8z/headerheight.jpg?dl=0

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 3, 2016 at 18:03

    Hello,

    Please try to add this code in Global Custom CSS.

    .header-type-16 .main-header > .container .navbar{
        padding: 0px 0px;
    }

    Regards,
    Robert Hall

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 3, 2016 at 18:54

    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

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 3, 2016 at 19:50

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 8, 2016 at 19:02

    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

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 9, 2016 at 07:29

    Hello,

    Sorry, but we don’t received the wp-admin credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 9, 2016 at 18:03

    Ok, I have posted the admin login details once again in the private content section.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 10, 2016 at 14:39

    I’ve added the code above. Please check it.

    Regards,
    Robert Hall

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 13, 2016 at 16:37

    Ok, that worked. Thanks. I had one previous unresolved query. I’ve attached a screenshot to show what I need:

    https://www.dropbox.com/s/dsoam6p6dvhhyb9/spacing.jpg?dl=0

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 15, 2016 at 11:10

    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

    Avatar: shivas-irons
    shivas-irons
    Participant
    August 16, 2016 at 03:12

    Perfect, I’m set now thanks for the help!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 16, 2016 at 07:12

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 15 results - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.