Forums

Forums / Developing Portals / remove grey outer border on listview?

remove grey outer border on listview?

4 posts, 1 answered
  1. Missing user
    Missing user avatar
    27 Oct 2022
    Link to this post
        Is there a way to disable the thin grey outer border on any listview?  Andre showed me how to do this once via a simple setting but I can't remember whether this was a setting inside my listview tempalte code, or a setting in the widget itsself. 

  2. Rawdon Edghill
    Rawdon Edghill avatar
    86 posts
    Registered:
    16 Dec 2020
    28 Oct 2022
    Link to this post
    Hi Mike,

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

    #TpcListViewModel_element {
         border: none;
    }

    Please let us know if this works for you.

    Regards,

    Rawdon
  3. Missing user
    Missing user avatar
    28 Oct 2022 in reply to Rawdon Edghill
    Link to this post
    This worked. Thank you Rawdon
  4. Rawdon Edghill
    Rawdon Edghill avatar
    86 posts
    Registered:
    16 Dec 2020
    Answered
    28 Oct 2022
    Link to this post
    Hi Mike,

    I am glad to hear it worked.

    Regards,

    Rawdon
4 posts, 1 answered