• Resolved add.redford

    (@addredford)


    I’m not sure if it’s to do with this plugin or my sites theme, but I’d like to remove all the separators that are being generated between each event on my events (gigs) page. I’ve tried locating it in the developer console but I’m not sure how to go about hiding it with CSS. Is any one able to provide a quick fix?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe this snippet can help you get started; you can add at the end of your theme style.css or admin theme options > custom css

    
    .css-events-list td {
        border-bottom: 1px solid transparent !important;
    }
    
    .css-events-list thead th {
        border: 1px solid transparent !important;
    }
    
    Thread Starter add.redford

    (@addredford)

    Thank you Angelo! It worked and looks much better this way. Much appreciated ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove separator from events list’ is closed to new replies.