VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: MAD King on March 05, 2015, 18:12:32 PM

Title: Hiding Custom Fields Description
Post by: MAD King on March 05, 2015, 18:12:32 PM
Hello,

is there an option to hide the description in the config or has it be done through CSS or template direct?

Thank you
Title: Re: Hiding Custom Fields Description
Post by: balai on March 06, 2015, 10:06:32 AM
I do not see any setting for that.
But why don't you delete it from within the custom field?
Title: Re: Hiding Custom Fields Description
Post by: MAD King on March 06, 2015, 15:22:18 PM
Not from the custom fields, from the frontend.
Title: Re: Hiding Custom Fields Description
Post by: balai on March 06, 2015, 18:28:05 PM
I think that can be solved in the level of template
Title: Re: Hiding Custom Fields Description
Post by: MAD King on March 06, 2015, 18:37:24 PM
With CSS hide you mean?
Title: Re: Hiding Custom Fields Description
Post by: jenkinhill on March 06, 2015, 20:04:28 PM
I'd use template overrides. Look for $field->custom_field_desc
Title: Re: Hiding Custom Fields Description
Post by: MAD King on March 06, 2015, 22:39:16 PM
Thank you, but how do I hide the description text?
I may explained it a little be wrong. In the backend on the custom field, next to the title is the description field. I use this for internal notes for what the fields are. I would like to make this non visible on the front end.