• Hi,

    I need to edit some menu buttons in my wordpress website. It is now sometime since I created them and can no longer find the code (in Dashboard) that I can amend. Can anyone advise?

    My website is edinatuition.com and these are the buttons I’m referring to.

    menu buttons for edinatuition

    Thanks in advance.

    • This topic was modified 7 years, 7 months ago by garythomson.
Viewing 1 replies (of 1 total)
  • Hello @garythomson

    You can achieve this by applying following CSS code.

    #nav .menu > ul > .menu-item a, #nav .menu > ul > .menu-item-type-post_type a, #nav .menu > ul > .menu-item-object-page a, #nav .menu > ul > .current-menu-ancestor a, #nav .menu > ul > .current-menu-parent a {
        background-color: #e3bb91 !important;
        color: red !important;
    }

    Hope this will help.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Need to edit menu buttons’ is closed to new replies.