customize detail view

georgie

Member
Hello !

I would like to customize the detail view, and more precisely remove the lines separating each field.
They do not yet appear in the form view, but just in the detail view.

Can you help me?
 
In ...components\com_fabrik\views\details\tmpl\bootstrap\custom_css.php
add
#{$form} .row-striped .row-fluid {border:0}
 
Ok thank you, but I have not the file "custom_css.php", juste "custom_css_example.php".

I have tried to put code into, but without changes.
 
Okkkk !

It run, but just for the small lines.

I would remove also the main lines, the colors and the hover style.
 
For things like CSS best is to use a tool like Firebug (on Firefox) or Devtools (Chrome) to examine and test.

If you want to get rid of the "stripes" best is to create a custom template (copy the complete bootstrap folder and rename).
Then edit default_group.php, line 16 remove
class="row-striped"
(only this string, don't touch the div)
 
Ok

Doing this, I can remove all the lines. But I would remove lines on certains groups, and not on others.

But I can not "find" my group with this syntax :

div#group134.fabrikGroup .row-striped .row-fluid {border:0;}

Any idea ?
 
If it's group 134
div#group134.fabrikGroup .row-striped .row-fluid {border:0;}
should do, but also
#group134 .row-striped .row-fluid {border:0;}

Do you have a link?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top