Hi Folks,
I'm trying to add a little text to the shipping: checkout template in Levels Readytheme. It looks like:
<p style="background-color: coral;padding:10px;border-radius:5px;color:white;text-align:center!important;"><strong>Please note we do not ship Saturday, Sunday or Monday. </br>Orders are shipped Tuesday-Friday.</strong></p>
and comes out as:
<p> Please note we do not ship Saturday, Sunday or Monday. Orders are shipped Tuesday-Friday.</p>
The only tag that remains is the <p> tag.
How do I approach this?
Thanks!
I'm trying to add a little text to the shipping: checkout template in Levels Readytheme. It looks like:
<p style="background-color: coral;padding:10px;border-radius:5px;color:white;text-align:center!important;"><strong>Please note we do not ship Saturday, Sunday or Monday. </br>Orders are shipped Tuesday-Friday.</strong></p>
and comes out as:
<p> Please note we do not ship Saturday, Sunday or Monday. Orders are shipped Tuesday-Friday.</p>
The only tag that remains is the <p> tag.
How do I approach this?
Thanks!
Comment