I have a background image defined in style.css for H1:
h1 {
padding:10px 10px 5px 43px;
margin: 0px 0px 0px 0px;
overflow:hidden;
background:url('../images/marker2.png') 17px 5px no-repeat;
color:#7c7960;
font-size: 1.40em;
line-height:18px;
font-weight:bold;
text-transform:uppercase;
}
But in certain H1 headers, i don't want this background image to appear? How to make exception in below code so that background image doesnt show?
<h1 itemprop="name" ><?php echo $products_name; ?></h1>