Support
Support » Plugin: Events Widgets For Elementor And The Events Calendar » List mode orange bar mobile
(@pedromoldao)
3 months, 3 weeks ago
Hi,
While in mobile view, on list mode, there is a bar on the left that changes color to orange, how can i change that?
thank you
The page I need help with: [log in to see the link]
(@jyoti197)
3 months, 2 weeks ago
Hi @pedromoldao,
Thanks for using our plugin. Please use the given custom CSS to change the left border color.
@media (max-width: 768px){ .ectbe-list-posts.style-2 .ectbe-event-details { border-left: 3px solid#126F6A !important; } }
Hope it helps you!
Thanks & Regrads