Looking for a solution:
<div id="body" role="main">
<h1>Title</h1>
<p>My site is mysite.com</p></div>
I always have
<div id="body" role="main">
, <h1>
, and <p>
tags on each page.
Is there a way to hide the text inside <h1>
and <p>
(i.e. "Title" and "My site is mysite.com") on specific URLs without affecting other pages?
If anyone knows how to achieve this using CSS or JavaScript, please advise.
Thank you!