Make sure the place of setting is "Product" and the Panel Name "Marketing".
Type = "Text" and check the "Allow empty value" box
Type = "Text" and check the "Allow empty value" box





<div class=”product-offer”>SpecialOfferText</div>



h2.product {
font-size: "ExtraLargeFontSize";
font-weight: 900;
margin: 0px;
padding: 0px 0px 6px 0px;
color: Palette2;
line-height:105%;
}
.product-offer {
font-size: "ExtraLargeFontSize";
font-weight: 900;
margin: 0px;
padding: 0px 0px 6px 0px;
color: #0000FF;
line-height:105%;
}
Comment