Custom CSS affecting my menu
Hi there,
I put custom CSS in to change the line height for the list, however it has also changes the line height in my menus. You can see they appear squashed when you go into the menus.
Is there another way of doing this without affecting the menu?
Here is my page I'm talking about.
My custom CSS code for the page
p{
color: #ffffff;
}
ul li {
color: #ffffff;
}
ul li {
line-height: 10px;
}
Comments