Show bullets in Essential Grid

Hi,

I can’t seem to find the CSS solution to fix the issue that bullets dissapear when a post is set in essential grid. I’ve read for example this: .eg-post-828.eg-parky-grid-grey-element-54 { display: list-item !important; list-style-type: disc; list-style-position: outside; } But don’t exactly know what code to write before the {. The element within my grid that needs to show it is Class: .eg-coolidge-element-5

URL: http://javooreenkans.nl/leerwerkprojecten/de-harde-leerschool/

Hope you can help me out here!

Thanks!
Joline

Hello Joline,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to show bullets:

.esg-grid font {
    display: list-item !important;
    list-style-type: disc;
    list-style-position: outside;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

Thank you!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.