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?
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.
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;
}
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.
Support forum for Event Espresso 3 and Event Espresso 4.