NEED HELP
Please remove the border of the Size Selector Pop Up
Shop Link: https://93f811-2.myshopify.com/
A user needs help removing the border from the size selector pop-up on their mobile product page.
Issue:
Solution Provided:
A developer responded with a CSS code snippet to add to the theme’s CSS file:
.popover::part(header) elementborder-block-end: 0 !important; to remove the borderStatus: Solution offered, awaiting confirmation if it resolved the issue.
NEED HELP
Please remove the border of the Size Selector Pop Up
Shop Link: https://93f811-2.myshopify.com/
Hi @admintb , add the below code to your theme’s CSS file.
.popover::part(header) {
border-block-end: 0 !important;
}