• I am wracking my brain trying to find the little blue arrow that appears under the active links on the navigation bar. I am trying to either change the color or change the arrow to something else entirely. If anyone can please direct me to where I can find the code at, I’d really appreciate it!!

    I use inspect element on my browser and even that will not allow me to select the arrow… I’m very confused. :-\

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yeah, I’d like to do the same. 🙁 Anyone?

    I am trying to do this too!!!

    My website is http://www.stevepringle.co.uk if anyone wants to take a look…as you can see, it massively sticks out at the moment!

    Any help would be fantastic.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We need to see the issue to be able to help. Make sure you provide a link to the issue.

    Steve, I see that you have accomplished this on your site. I’m also looking to remove the active link arrow. Would you mind sharing how you did it?
    Thanks@=!

    Here’s the secret sauce from Steve….. Thanks, Steve!

    /* Remove menu triangle! */

    #header-container nav.primary-menu ul li.current_page_item > a:after {
    border-top: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Active Link Arrow’ is closed to new replies.