Hi Melanie,
Thank you! ??
Yes, a custom CSS would be a way to do that. Check this article in our documentation for all possible CSS selectors.
For example, if you want to style the event description the same way as the other body text on your website, the custom CSS would be like this:
.event-feed-for-eventbrite-app-id-3481 .eventbrite-feed .eventbrite-item-description {
font-size: 16px;
color: #515151;
}
With the help of developer tools in your browser (for getting the correct CSS selector for the element you want to customize), you can style all the aspects of the event feed. Still, it can be a bit challenging if you are not a developer.
If you are unsure how to use developer tools, I recommend asking a web developer to help you with this. For him, it should be an easy task.
Let me know if you need any more help with this ??
-
This reply was modified 2 years, 9 months ago by
Jan Pencik. Reason: code edit