Support

Home Forums Event Espresso Premium How to remove bullet point in date field in Events Table View plugin?

How to remove bullet point in date field in Events Table View plugin?

Posted: December 18, 2018 at 1:40 pm


accordantcompany

December 18, 2018 at 1:40 pm

Hi,

Is there an option to remove the bullet point formatting in the date field using the Events Table View plugin for EE4?


Josh

  • Support Staff

December 18, 2018 at 2:02 pm

While there isn’t an option, because the WordPress theme is what usually adds the bullet point, you can override the theme’s styles by adding this:

.entry-content td ul > li {

    list-style-type: none;

}

to your custom stylesheet.


accordantcompany

December 18, 2018 at 2:09 pm

thank you. also is there a way to make the table cells shorter so the list is not as long on the page?


Josh

  • Support Staff

December 18, 2018 at 2:29 pm

I’m not sure what you mean. Can you post a link to a screenshot that outlines the changes you’re describing?


accordantcompany

December 18, 2018 at 3:18 pm

Thank you regarding the bullet point style update.
Question: will that override bullet point formatting for the entire site/theme? If so, is there a way to ONLY update the bullet point styling for the plugin specifically?


accordantcompany

December 18, 2018 at 3:27 pm

Update: looks like the style update you provided worked great for the bullet points.
However, I notice that the content in the date field is still indented and slightly higher than the content in the other 3 fields (happy to provide screenshot if needed). Can you provide code to remove the indentation and bring the content back in line (centered vertically) with the other fields?
Thank you in advance.


Josh

  • Support Staff

December 18, 2018 at 3:35 pm

Question: will that override bullet point formatting for the entire site/theme?

No. Unless you have unordered lists within table cells on other pages of your site. The CSS provided only removes the bullet points from list items, that are within a table cell.

Can you provide code to remove the indentation and bring the content back in line (centered vertically) with the other fields?

.entry-content td ul > li {
  margin-left: 0
}

.entry-content td > ul {
  margin-bottom: 0;
}


accordantcompany

December 18, 2018 at 3:50 pm

Worked perfectly, thank you!

The support post ‘How to remove bullet point in date field in Events Table View plugin?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso