Unable to customize format for form elements

vinia

Member
Hi.

Struggling to make formatting work on form elements. I already tried to insert this in custom_css.php and template_css.ph (/components/com_fabrik/views/details/tmpl/bootstrap_tabs/) but didn't work.

#{$view}_$c #form_94 input, #form_94 select, #form_94 textarea {
font-size:15px;
color:blue;
font-weight:bold;
}

I guess am doing it wrong. Please help :) Thank you so much in advance

Cheers.
 
Have a look at custom_css_example.php
Code:
#{$form} .foobar {
    display: none;
}
So use #{$form} input ...(which will contain the necessary rowid automatically)
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top