Home Forums WoodMart support forum Change navigation menu item color

Change navigation menu item color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #257619

    hariskay
    Participant

    Hello I recently extended support, thank you for an awesome theme. I want to change one menu item color to red but I cannot figure it out. On our website you can see the “Indirim” nav menu. I tried using li:last-child but it changes our submenu’s last child color too. Photo is attached for clarification.

    #257652

    Hello,

    Thank you for staying with us.

    Please assign a class to the menu item and I will provide custom CSS for this item: https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

    #257665

    hariskay
    Participant

    Hello I have assigned the class as you can see in the private section.

    #257760

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .whb-header-bottom .main-nav .item-level-0.classindirim-menui > a{
    color:red;
    }

    Set the color as per your needs.

    Best Regards

    #257778

    hariskay
    Participant

    Hello Elise,

    Thank you so much, it works perfectly, can you please provide for mobile navigation as well? I would highly appreciate it. I also added another class if that is needed.

    Thank you

    #257830

    Hello,

    I cannot enter your site anymore: https://prnt.sc/wm4oce

    As soon as you get access I will check and provide the code.

    Best Regard s

    #258165

    hariskay
    Participant

    Hello, I apologize it may be due to some security plugin. Can you please check now?

    Thank you

    #258377

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .site-mobile-menu li.indirim-mobile-menu a {
        color:red;
    }

    Best Regards

    #258430

    hariskay
    Participant

    Hello, it works perfectly.

    Thank you so much as always.

    #258476

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #289602

    hariskay
    Participant

    Hello, after the update the navigation color for desktop has stopped working. The mobile menu is still working. Thanks in advance for your help.

    #289956

    Hello,

    Please replace the code with this one:

    .whb-header-bottom .wd-header-main-nav .menu-item.classindirim-menui > a{
    color:red;
    }

    Best Regards

    #290262

    hariskay
    Participant

    Thank you, it worked.

    Cheers

    #290432

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change navigation menu item color’ is closed to new replies.