Skip Navigation

[Resolved] Unordered List Bullets Not Showing

This support ticket is created 4 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 4 years, 7 months ago.

Assisted by: Waqar.

Author
Posts
#1594481

Tell us what you are trying to do?
I'm trying to get the bullets on this page hidden link to show under "Needs" and "Community Services Clearinghouse" in a Toolset view. CSS doesn't work for some reason.

Is there any documentation that you are following?
No

Is there a similar example that we can see?
Yes, on this page: hidden link

What is the link to your site?
hidden link

#1595199

Hi,

Thank you for contacting us and I'd be happy to assist.

I noticed that some CSS styles from the theme are setting the list items ( li tags ) to show with "display: block" property.

It can be overridden by including some custom CSS code in the view:


.js-wpv-view-layout ul {
list-style-type: circle !important;
}
.js-wpv-view-layout ul li {
display: list-item;
}

Note: To check which CSS code is applying to different page elements, you can use Google Chrome's inspect element tool, as explained in this guide:
hidden link

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar