We really want to add this element in our Marquee template but I'm struggling to get this code to work. I'm not code savvy but changed the code above for the 8th and 9th elements to represent our 4th element on the navigation bar. nothing is happening when we inject this code into the custom CSS space.
Does anyone know what I'm doing wrong??
#main-navigation ul li:nth-child(4n) a
{
background-color: #EA0437 !important;
color: #ffffff !important;
padding: 10px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
-moz-t