• Hello! I am trying to figure out how to make a link on my table of contents widget (on the left sidebar), to become black when i click it and stay that way when i am on corresponding section of the link…
    I tried

    #left-sidebar.sidebar .widget .lwptoc_item a:active, 
    #left-sidebar.sidebar .widget .lwptoc_item a:focus {
        color: black;
    }

    However, something seems to be removing focus once the anchor reaches its destination. It’s likely something built into the TOC javascript, unfortunately.

    Thank you in advance for any input!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author LuckyWP

    (@theluckywp)

    Hello!
    Sorry for a long answer.

    You are right. After scroll to element, plugin change location hash in URL (#) and blur focus from TOC item ??

    Yes, that does happen as i reported, any insights on why does your plugin behave’s this way?
    I posted a week ago and you only reported back to me what i reported, is there a solution on this? Are you working on it? You didnt say anything indicating to me the situation of this problem…
    Please do! I am awaiting for further input! Thank you

    Plugin Author LuckyWP

    (@theluckywp)

    Unfortunately, we haven’t figured out how to fix this problem yet ??

    i hope you ll do soon, and fix it with ann upcoming update, but please keep this on the to do list, donnt forget about this, especially if many of us are facing this! Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘active link color on sidebar widget’ is closed to new replies.