Change list style in Neve

⏪ Before

By default, Neve uses  circles for unordered lists, as seen in the image below:


⏩ After

To change the list style to a black dot, add the following CSS code in Appearance > Customize > Additional CSS:

.excerpt-wrap ul, .nv-content-wrap ul {    
    list-style-type: disc !important;
}

The lists will show up like this:

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us