Is there a way to hide the footer section from my webpage without affecting the rest of the content?
For example, using something like: "div class="poweredby" display: none", but I'm unsure of the correct method... Here is the specific Div class that I want to apply this attribute to:
<div class="poweredby">
<p class="report">If you believe this site is spam or abuse,
<a id="reportLink" target="_blank" href="https://app.grate.cm/grate/report.html?site=301708&url=https://app.grate.cm/grate/builder/301708#/">report it here.</a>
</p>
<p class="poweredby-text">This website was created using <a href="https://grate.com" target="_blank">SEMTotal</a>.</p>
</div>