Skip to content
neve

Save hours, not minutes – launch faster with 110+ patterns, powerful pro tools, and priority support when it counts!

See Pro Plans →

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: