Adding Text to cart off canvas

Can i use CSS to add text underneath the buttons? I want to add “DELIVERIES ONLY AVAILABLE IN ONTARIO”

Hi @webpagefreak,

Thanks for reaching out.

There is an existing text but hidden since the text color is white. Please add this CSS to you modal’s Element CSS.

$el .x-off-canvas-content .x-mini-cart p {
  
  color: #000 !important;
  
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.