Custom CSS affecting my menu

edited February 2020 in Theme support
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?


My custom CSS code for the page

p{
color: #ffffff;
}

ul li {
  color: #ffffff;
}

ul li {
  line-height: 10px;
}

Comments

Sign In or Register to comment.