• Resolved tspinde

    (@tspinde)


    Hey guys,

    on the above site, I’m trying to get it to work that the anchors are highlighted when clicked and when just scrolled to. Unfortunately, that does not work. CSS is super basic for testing purposes
    #top_panel_custom_header-main .mPS2id-highlight span{
    font-weight: 500;
    font-size: 30px;
    }

    #top_panel_custom_header-main .mPS2id-target span{
    font-weight: 500;
    font-size: 30px;
    }

    From “Classes and options” on I have activated all options except “Allow only one highlighted element at a time”. The class used for the selector is .top_panel .menu-item a

    Very best,
    Timo

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    Your “Highlight selector(s)” value is not correct. It is:

    #top_panel .menu-item a

    but it should be like the one you posted:

    .top_panel .menu-item a

    Same goes for your CSS selectors. They should be .top_panel_custom_header-main, not #top_panel_custom_header-main

    Hope this helps

    Thread Starter tspinde

    (@tspinde)

    That did it! Thanks a lot! Great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hightlight scrolled to anchor with WpBakery’ is closed to new replies.