Home Forums Pro Themes Biography Pro custom link in menu looks always like current active

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #71102
    Christoph Müller
    Participant

    I just set text-decoration: none; on ‘.main-navigation li:hover > a’ now its good.
    unfortunately the current active (or last clicked ?) navigation item is underlined: http://prntscr.com/jcpn5k
    it would be great if it works like before child theme was activated, with the line above.

    #71105
    wensolutions
    Keymaster

    Hello @muellerc,

    To resolve the issue use below given CSS.

    .menu-hauptmenue-container .menu-item a:focus {
       text-decoration: none;
    }

    Hope this helps.

    Best Regards!!

    #71114
    Christoph Müller
    Participant

    underline has gone, great. the line above is still not there when active/clicked, maybe because those are just anchorlinks?

    #71138
    wensolutions
    Keymaster

    Hello @muellerc,

    Nice to know that your issue related to the underline is solved.

    Also, yes the border line above the menu item is not displayed because those are just anchorlinks.

    Hope this clears the confusion.

    Let us know if you have any confusion further.

    Thank you.

    Best Regards!!

    #71207
    Christoph Müller
    Participant

    Now I inserted another content-site… impressum. there its also not working with current active state.
    http://www.holz-gentsch.de/impressum/

    how can I have the content starting in the same way like on homepage (with overflow content):
    http://prntscr.com/jdcck5

    thank you so much for all the help!

    #71238
    wensolutions
    Keymaster

    Hello @muellerc,

    Actually, it is not possible.

    Making this effect enable in the active menu item cause other menu items with the # link to show the border above them all the time which you made us remove before.

    Hope this clears the confusion.

    Best Regards!!

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.