add_action( 'woocommerce_after_cart', 'seger_notice_cart_hodula' );
function seger_notice_cart_hodula() {
echo '
<style>
p.notice-seger-cart{
background-color:#f1f1f1!important;
font-size:16px;
border:1px solid #eee;
display: block;
padding: 20px;
color:black;
box-shadow:2px 2px 2px grey;
margin-top:20px;
}
</style>
<p class="notice-seger-cart"><b style="font-size:18px;">שימי לב 💗</b><br>
בעקבות הסגר החלטנו לספסד את מחיר שירות המשלוחים עד הבית ל<u>20 ₪ בלבד.</u>
</p>';
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter