hide list details icon

I think you have to do that with CSS, in a custom_css.php in your list template (see wiki):

Code:
#listformX_com_fabrik_X a.fabrik_view {
   display: none;
}

Inspect your list on the page with dev tools to see the listformX ID you need for that specific list. if it's a normal component page, just replace X with the numeric list ID. If it's a module or content plugin, you'll need to inspect the page.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top