Home Forums WoodMart support forum submenu items colour on hover

submenu items colour on hover

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #273568

    perspektiw
    Participant

    hello there.
    How to change links colour on vertical left menu?
    I wanna set up the same colours on hover as are they in the main menu.
    How to do it?
    Thanks for your answer
    Jeremy

    #273593

    Hello,

    I have tried to visit your website but was unable to visit.

    Please make sure that your website is working to check it myself and help you out accordingly.

    Screenshot for Clarification: https://prnt.sc/10mbcym

    Best Regards

    #273606

    perspektiw
    Participant

    tahk you for your reply.

    site works fine

    #273756

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .header-categories-nav .categories-menu-dropdown .item-level-0>a:hover {
        color: #c92e7e;
    }

    Best Regards.

    #273772

    perspektiw
    Participant

    Thank You for your answer,

    Please write the secondary menu down for me also. Main is now OK but i need the same colour for child menu

    thanks

    #273804

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .header-categories-nav .categories-menu-dropdown a:hover {
        color: #c92e7e !important;
    }

    Best Regards

    #273877

    perspektiw
    Participant

    thank you
    another problem

    How to insert an access path based on the menu tree but not on categories. I want the path to the product to be displayed on the product page where the categories are displayed. Path based on the menu tree not the categories.

    Jeremy

    #273942

    Hello,

    You are Most Welcome.

    Unfortunately, I couldn’t understand what you actually wanted to say. Could you please elaborate with the help of some relevant screenshots what you are trying to achieve to better understand it and help you out accordingly.

    Best Regards

    #273959

    perspektiw
    Participant

    i mean instead of calegory breadcrumb i wanna display menutree linked to the single product on the single product page

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

    Hello,

    Sorry but there is no option available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #274004

    perspektiw
    Participant

    ok. i will try to find uot the solution.

    Can i highligt backgroud for the menu items ( all the same way) on hoover and make text bold ?
    Instead of changing colours on hover

    thanks

    #274123

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .header-categories-nav .categories-menu-dropdown a:hover {
        background-color: aqua !important;
        font-weight: bold !important;
    }

    Best Regards.

    #274151

    perspektiw
    Participant

    thanks.

    there is no effect on the horisontal menu

    Jeremy

    #274173

    Hello,

    You are Most Welcome.

    Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-dark .navigation-style-default .item-level-0>a:hover {
        background-color: aqua;
    	font-weight: bold;
    }

    Regards.
    Xtemos Studios

    #274176

    perspektiw
    Participant

    sorry

    submenus aswell

    thanks

    #274249

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover {
        background: aqua;
        font-weight: bold;
    }

    Regards.
    Xtemos Studios

    #274252

    perspektiw
    Participant

    thats what i want is all menus displayed the same way by higlited backgroud on hover.

    Thank very much for your help. Thats will be a last request

    Jeremy

    #274255

    perspektiw
    Participant

    bingo
    thanks

    #274295

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    please, help us improve our theme and servicing by filling the following quiz
    https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
    it won’t take more than 2 minutes of your time 🙂

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘submenu items colour on hover’ is closed to new replies.