Hiding the border-bottom in the List Display
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Hiding the border-bottom in the List Display’ is closed to new replies.