Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created September 19, 2018 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/ad2e30d3acfea4336c745c404f2a9856 to your computer and use it in GitHub Desktop.
Save tripflex/ad2e30d3acfea4336c745c404f2a9856 to your computer and use it in GitHub Desktop.
Listable force show company_logo (used for setting Featured Image)
/* Listable for some weird reason hides the company_logo field which is what is used for setting the featured image */
/* Add the CSS below to the custom CSS section in the Customizer to force Listable theme to show the company_logo field */
fieldset.fieldset-company_logo {
display: inherit;
}
@Joe-Bloggs
Copy link

OMG it was doing my nut in, spent a day trying to figure out what is happening ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment