Difference between revisions of "Widget:Notitle"

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search
(Created page with " <style> #firstHeading { display: none; } </style>")
 
Line 1: Line 1:
 
  <style>
 
  <style>
  #firstHeading {
+
  #firstHeading, #contentSub {
 
   display: none;
 
   display: none;
 
  }
 
  }
 
  </style>
 
  </style>

Revision as of 09:10, 20 February 2022

<style>
#firstHeading, #contentSub {
  display: none;
}
</style>