• Now I want to hide the borders at the bottom of each row in the list display so I tried adding this to the Cosfom CSS, but it has no effect. What am I missing? BTW it works in the page inspector.

    .tr {
    border-bottom: 0px solid;
    }
Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Your selector needs to be more specific in order to override rules from your theme. Also, you may only want to change the appearance of Participants Database lists, a more specific selector will confine your changes to that specific case.

    Take a look at the HTML source to see what a more specific selector will look like, best to use a class name from a parent element.

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding the border-bottom in the List Display’ is closed to new replies.