Home Forums Themes Support Circle Menü without Underline

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10062

    Hello, on my customer’s start page, the words are suddenly underlined in the menu and the hover effect no longer works. (See Appendix). On all other pages it works perfectly. Can you help me? The password to see the page is Hildesheim2022! Thanks

    #10064

    Hi,
    Hi,
    Thanks for contacting us and choosing our product!
    First of all, it seems your support time has been expired. So you need to renew it to continue get support in the future.
    You can go to this page and login to ThemeForest to see renew button:
    https://themeforest.net/item/circle-multipurpose-wordpress-theme/20454326
    Because you are using one page hashtag id then all menu item will have same class like this:
    https://prnt.sc/N9OdcArk6DmB
    (current-menu-item)
    You can remove this by go to Appearance -> Customize -> Additional CSS & add this code:

    header.header-1 .haru-header-wrapper .header-right .menu-wrapper .haru-main-menu > li.current-menu-item > a:before {
      width: 0;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.