Forums

Forums / General Discussions / Disable Listview thin grey outer border

Disable Listview thin grey outer border

2 posts, 1 answered
  1. Mike Cohen
    Mike Cohen avatar
    31 posts
    Registered:
    10 Aug 2021
    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. Brady Ward
    Brady Ward avatar
    92 posts
    Registered:
    19 Aug 2021
    Answered
    10 Dec 2021 in reply to Mike Cohen
    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