When I'm editing a view's fields and I check the checkbox that says "Customize Field HTML" nothing happens. I understand that more options are supposed to appear below the checkbox. Tried in multiple browsers.

Comments

MrSnrub’s picture

Is there a problem with the theme I'm using? I click the checkbox next to "Customize Label HTML" and nothing happens. I save the view and go back to edit the same field and "Customize Label HTML" is unchecked. What is going on? All I want to do is add CSS to my fields. Can I do this another way, possibly by exporting the View, adding the CSS code, and then Importing it back in?

cmsMinds’s picture

Hi,
Have you used jQuery Update module in your site?

I faced the same issue, it was caused after i changed the default jQuery version to the latest available one & the solution that worked for me is proper configuration of jQuery Update module.

Set the jQuery version for admin theme as default drupal core at the location mentioned below:
admin >> config >> development >> jquery_update

Hope that works,

MrSnrub’s picture

That was it! Thanks! I never would've found that.

omkarms’s picture

Thanks, that worked for me.