Forums

Forums / General Discussions / Disable Listview thin grey outer border

Disable Listview thin grey outer border

2 posts, 1 answered
  1. Missing user
    Missing user avatar
    10 Dec 2021
    Link to this post
    What setting in the list view template will disable/hide the thin grey outermost rectangular border?   I'm note sure which switch in the template code handles this option.  
  2. Missing user
    Missing user avatar
    Answered
    10 Dec 2021 in reply to Missing user
    Link to this post
    Hello again Mike,

    You can remove the thin gray border by adding the following snippet to a CSS widget on the same page as the list view:

    #TpcListViewModel_element {
         border: none;
    }


    Let me know if you have any issues,

    Brady
    TPC Web Developer
2 posts, 1 answered