Archived topic
Style ul but exlude menu ul items
3 replies · Started by Adrien on January 29, 2021
Viewing posts 1–4 of 4
Dear GP Team,
I have style all my bullet points on my blog.
I needed to add :
ul:not(.sidebar .widget :last-child) {
margin: 0;
padding: 10px 0 30px 0;
}
But while doing so it broke my main nav header alignment menu (some must also contain a ul).
What should I exlude in the not () on my code above?
Would appreciate your help. Thanks a lot.
Hi there,
for lists inside your content you can use .entry-content ul {
Thank you very much David for your help and taking the time.
You're welcome
This archived topic is closed to new replies.