[Resolved] Style ul but exlude menu ul items

Home Forums Support [Resolved] Style ul but exlude menu ul items

Home Forums Support Style ul but exlude menu ul items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1638391
    Adrien

    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.

    #1638489
    David
    Staff
    Customer Support

    Hi there,

    for lists inside your content you can use .entry-content ul {

    #1639028
    Adrien

    Thank you very much David for your help and taking the time.

    #1639291
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.