I would like to add buttons like these in the top secondary menu http://j2k.info/american/ and i added the following css to my theme but nothing happen. can you help me out?
the css i added
#menu-item-2508 a {
background: blue !important;
padding: 10px;
color: red !important;
}
#header_meta {
box-shadow: none;
}
.header-buttons { border-bottom: 2px solid blue; }
my site i’m building.
http://mindseye-studios.com/clients/johnmoore/
Hey asherbarrett!
Please try following code
#menu-item-2343 a {
background: blue !important;
padding: 10px;
color: red !important;
}
You should change the menu item ID to match your menu items ID
Cheers!
Yigit
How do I find the menu item id?
Hey!
You can right click on your menu item and click Inspect Elements on Chrome or Firefox to find it. It should look like this http://i.imgur.com/oIeGuNN.jpg
Regards,
Yigit