NEED HELP
Please remove the following border:
Shop Link: https://93f811-2.myshopify.com/
A user seeks to remove an unwanted border element from their Shopify store’s product page.
Solution Provided:
modal.part(header)::block-end-border {
border-block-end: none !important;
}
Follow-up Question:
The original poster asks whether a similar pop-up option (specifically “Holidays”) can be added to their contact page.
Status: Initial issue resolved with CSS solution; follow-up question remains unanswered.
Hi @admintb
.modal::part(header) {
border-block-end: none !important;
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! Do you know if I can add such a pop-up option as “Holidays” on my contact page?