Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Pinpoint
  • #200576
    dirkmol
    Member
    Post count: 113

    Hi,

    As you can see in attachments as well as on the site in the main header menu the submenu items under ‘jeugd’ change to red (hover color), after one is clicked on. Other menu items don’t have this problem. I think this is related to the fact that the menu items in jeugd are urls. Is there a CSS code that can make these url look like normal submenu-items?

    Thanks in advance.
    Cheers,
    Dirk

    Attachments:
    You must be logged in to view attached files.
    #200593
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That’s because it’s the color of the current menu item, all of them have the same url page.

    Add the code below to your custom css, change the color to the desired one.

    
    #menu-item-5224 .current-menu-item > a {
        color: #000!important;
    }

    -Rui

    #202539
    dirkmol
    Member
    Post count: 113

    That works, but now hover color doesn’t work anymore …
    Any solutions for that?
    Dirk

    #202591
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    nav .menu ul li a:hover {
    color: #000 !important;
    }

    Thanks
    Mohammad

    #202593
    dirkmol
    Member
    Post count: 113

    Sorry, doesn’t work here.
    Dirk

    #202608
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert the code at Admin -> Theme Options -> Custom CSS.
    Thanks
    Mohammad

    #202610
    dirkmol
    Member
    Post count: 113

    It’s there. See screendump.

    Attachments:
    You must be logged in to view attached files.
    #202614
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #202626
    dirkmol
    Member
    Post count: 113
    This reply has been marked as private.
    #202658
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Check again.
    I added this code.

    #menu-item-5224 .current-menu-item > a:hover {
        color: #c12459 !important;
    }

    -Rui

    #202662
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check it now.
    Thanks
    Mohammad

    #202663
    dirkmol
    Member
    Post count: 113

    Great thanks!
    Dirk

    #202664
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register