I added the css code to the theme.css file in assets, but am not seeing any changes.
Would the preview link help?
A user seeks to remove a vertical line appearing next to a filter dropdown on their Shopify store’s collection page.
Initial Solution Provided:
Troubleshooting:
The original CSS code didn’t work initially. Two solutions were offered:
!important flag - Adding !important to the border-right property to override existing styles.button.collection__filters__toggle and .button.popup__toggle) with border-right: none !importantResolution:
The issue was successfully resolved using one of the provided CSS solutions. The discussion demonstrates a common Shopify theme customization workflow involving CSS overrides to modify visual elements.
I added the css code to the theme.css file in assets, but am not seeing any changes.
Would the preview link help?