A user encountered an unwanted price display in the sticky bar that appears when scrolling past the product section on their Shopify store using the Prestige theme. They wanted to keep the sticky bar but remove the price information.
Solution provided:
Add custom CSS code to the theme.css file to hide the price element using display: none !important;
The initial fix successfully removed the price display
Follow-up request:
User also asked to remove the “Add to Cart” button from the sticky bar
Additional CSS code was provided targeting the buy-buttons element within the product-sticky-bar
Status: The issue appears resolved, with a helper confirming the price has been removed and checking if further assistance is needed. Both solutions involve adding CSS snippets to hide specific elements rather than theme settings adjustments.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
I’ve made some adjustments to our Neilo website, and now when a user scrolls down past the product section, there is a sticky bar that shows up with the price.