[Resolved] Menu Background Color for a Particular Item

Home Forums Support [Resolved] Menu Background Color for a Particular Item

Home Forums Support Menu Background Color for a Particular Item

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #429027
    robmac

    Hi Tom/Leo,

    Sorry to bug you, I’ve tried to use a recent similar job, where I received expert advise from Leo, to guide me through changing the background color of a particular Menu Item [“Santa’s Corner”] on my site.

    I’m likely going to keep digging a deeper hole I think, so any help is appreciated please. My last attempt is below. I can fool-around with the desired color choices, it’s just the code any help would be appreciated please.

    .main-navigation .top-bar ul li#434 a {
    background-color: #CB4335;
    }

    .main-navigation .top-bar ul li.santas-corner a {
    background-color: #CB4335;
    }

    .main-navigation .top-bar ul li.santas-corner a:hover {
    background-color: #1D8348;
    }

    Thank you,
    Robert

    #429256
    Leo
    Staff
    Customer Support

    Hi Robert,

    You are actually super close ๐Ÿ™‚

    Looks like the only thing missing the that you didn’t add the custom class santas-corner to that menu item:
    https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes

    It should work once it’s added.

    Let me know if not I can have another look.

    #429588
    robmac

    Hi Leo,

    Thanks for that, I entered the custom class, but sadly, no luck?

    Any further help appreciated please.

    Thank you,
    Robert

    #429792
    Leo
    Staff
    Customer Support

    Try this:

    .top-bar .widget_nav_menu li.santas-corner a {
        background-color: #ffffff;
    }
    #429946
    robmac

    Awesome Leo….thank you….works well! Thanks again!

    #429996
    Leo
    Staff
    Customer Support

    You’re very welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.