Next
Next
August 8
/* Target the search results notice */ .product-list-no-results-title { /* Hide the default text */ visibility: hidden; } /* Add your custom message using the :before pseudo-element */ .product-list-no-results-title:before { content: "Sorry, no upcoming events match your search! Check back soon or view all events."; /* Your custom message */ visibility: visible; display: block; /* Or inline-block, depending on layout */ font-size: 1.2em; /* Adjust size */ text-align: center; /* Center it */ /* Add padding/margin as needed */ }