A user is customizing popup icons on product pages in the Dawn theme. They want to keep an icon only for the “Size Guide” popup while removing icons from “Description” and “Additional Information” popups.
Solution Provided:
CSS code was shared to hide icons for specific popups using display: none on the ::after pseudo-elements
The code targets specific popup IDs: ProductPopup-popup_QBW4eb and ProductPopup-popup_bQbEVc
Follow-up Issues:
User asked about adding different icons for each popup (rather than just removing them)
Suggestion made to modify the theme code directly or use an external app
Unresolved: Icons still appear on mobile devices despite the CSS fix
The discussion remains open with the mobile display issue pending resolution.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I’m using dawn theme latest version in that product page i have used three popup’s in that for 1st alone (Size Guide) alone want the icon and for remaining 2 there should not be any icons. I’ll attach images and website link for reference.
@DaisyVo Thanks for the code! Is that possible to add different icons for each of the popup, for additional information different icon and description different icon is possible. If possible how to acheive that.