How can I Bulk Toggle the Subheader | Hide Option to No

Hi Muffin Group,

I recently imported several hundred blog posts into my website. By default, the "Subheader | Hide" option is set to "on". I would like this option to be off for all posts (but not page). Right now, I'm having to go through each blog one by one at set that option to "Off". Is there a bulk way that I can toggle or set that option to "off" for my posts?

Thanks. 

Comments

  • Correction:

    My Apologies. I got the verbiage mixed up when describing the on/off function. 

    By default, the Subheader | Hide option is set to "off". I would like to set this option to "on" for all blog pages.

    Sorry for the mixup.
  • Hi,

    if you want to disable subheader for all posts, above Subheader | Hide option need to be set OFF by default and you need to use the following custom css instead to remove subheader from posts only:
    .single-post #Subheader { display: none !important; }
Sign In or Register to comment.