Skip Navigation

[Resolved] small dots displayed

This thread is resolved. Here is a description of the problem and solution.

Problem:
The issue here is that the user was displaying his view results as a list, but the list was displaying the dots beside it.

Solution:
To resolve this you can add the following to the css section of your view.

ul li{
list-style: none;
}

This support ticket is created 6 years, 9 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by ericW-5 6 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#615319

I am trying to: display search + results on a page using toolset + divi - I chose to display as a grid of 1 column

Link to a page where the issue can be seen: hidden link

I expected to see: a superb list of job vacancies

Instead, I got: a list of job vacancies ... but with a small black dot on the left

#615321

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Eric,

Thank you for contacting our support forum.

To resolve this you can add the following to the css section of your view.

ul li{
    list-style: none;
}

Please let me know if this helps.
Thanks,
Shane

#615323

SOLVED - many thanks