Need CSS code to change color of 'red' Top Menu Items to 'white'

  • Unknown's avatar

    I am using the Dynamic News Theme, and my website is vegofwa.wordpress.com. There are 3 Top Menu Items that appear ‘red’ instead of ‘white.’ The reason being is that each of these 3 items has a custom link and a drop down menu. The ‘red’ is the accent color I have chosen for the entire site, but need these 3 items: Vegfest, Our Books, and Join or Renew Today, to all appear ‘white’ not ‘red.’ Could someone please help me by providing the CSS code I need to do that. Many thanks, Tamara

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

  • Unknown's avatar

    Hi there, it looks like you have gotten this taken care of with the following CSS

    #mainnav-menu a {
        color: #fff;
    }

    Nice job! Let us know if there are any other questions or additional changes you are having problems with.

  • The topic ‘Need CSS code to change color of 'red' Top Menu Items to 'white'’ is closed to new replies.