• Resolved pedromoldao

    (@pedromoldao)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘List mode orange bar mobile’ is closed to new replies.