Customize color for drop down menu item

  • Unknown's avatar

    Hi! I just added a child link for “Subscribe” under “Newsroom” – “Newsletters”. I would like to customize the site so that the color of the “Subscribe” menu option appears as #3894FF. Can you please help me with the CSS for this?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the following will get you the lighter blue on the Subscribe menu item.

    #menu-item-3707 ul {
        background: none;
    }
    #menu-item-3717 {
        background-color: #3894FF;
    }
  • The topic ‘Customize color for drop down menu item’ is closed to new replies.