• Resolved jholcombe

    (@jholcombe)


    I can’t get bullet points to show in posts or pages anymore. Not sure what happened. If you scroll down the post some you can see that there is a bullet list, but the bullets don’t show.

    Can someone tell me why this would be? Thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @jholcombe,

    It seems bullets have been overridden by the autoptimize plugin. Please use this custom CSS below:

    .category-press-releases li {
        list-style-type: disc !important;
    }

    To add custom CSS, Go to Appearance > Customize > Additional CSS. Hope this helps to fix your issue.

    Regards,
    ThemeGrill Support Team.

    Thread Starter jholcombe

    (@jholcombe)

    Thank you Premi, that did the trick. Any reason the Autoptimize plugin would be conflicting like that?

    Also, if I need bullet points across the entire blog is there CSS for that or would I need to add the css above and replace every category? Thank you.

    Hi @jholcombe,

    There are various reasons which might create conflict between plugin and theme CSS. One of the reasons might be a more specific selector takes precedence over a less specific one. Yes, the CSS we have provided above might work. Let us know if it didn’t work for you.

    Regards,
    ThemeGrill Support Team.

    Thread Starter jholcombe

    (@jholcombe)

    The function worked. Thank you.

    Hi @jholcombe,

    Glad to hear it has worked for you. Let us know if you get any queries.

    Regards,
    ThemeGrill Support Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bullet Points Not Showing’ is closed to new replies.