Home Forums Basel support forum MENU item hover

MENU item hover

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22131

    WEBMAZE
    Participant

    Dear sir
    Somehow I disable the hover-active-current CSS of the main menu with the primary color.
    It works for the submenus.
    Can you help me please?????
    Thank you

    #22133

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .main-header .main-nav .menu>li>a:hover {
    	color: #1aada3!important;
    }

    Regards

    #22138

    WEBMAZE
    Participant

    Thank you sir
    and for active-current I use
    .main-nav .menu>li.current-menu-item>a {
    color: #00a9c5!important;
    }

    But when a submenu item is active , can I have the parent main menu item colored???
    Thanks a lot

    #22142

    Artem Temos
    Keymaster

    If the menu item has some submenu current item then it will have current-menu-parent CSS class added to it so you can use it.

    #22149

    WEBMAZE
    Participant

    I add the clas to the submenu ite but no luck!!!!
    attached imgages
    THANKS A LOT

    Attachments:
    You must be logged in to view attached files.
    #22156

    Artem Temos
    Keymaster

    Add this code snippet to the Custom CSS

    .main-nav .menu>li.current-menu-parent>a {
    color: #00a9c5!important;
    }
    #22159

    WEBMAZE
    Participant

    PERFECT

    Thanks a lot

    Is there a version for a hotel site that I have to do?
    Waiting your answer….love BASEL and you
    Is your name a Greek name????????????
    Bye

    #22164

    Artem Temos
    Keymaster

    You are welcome 🙂

    There is no hotel version in our theme yet.
    No, my name is not Greek 🙂

    Regards

    #22167

    WEBMAZE
    Participant

    Thanks a lot

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

The topic ‘MENU item hover’ is closed to new replies.